Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dejar imagen fija en un lateral y que no se mueva al bajar la página

publicado

Hola,

A ver si es posible de solucionar mi problema. Tengo un gráfico que siempre debe estar visible en la parte superior izquierda. Cuando bajo el scroll, la imagen se queda arriba, pero quiero que baje a la par que voy bajando con el scroll para que este siempre visible y se puedan comparar los datos de la tabla con la imagen.

Adjunto un ejemplo. El archivo original es xlsx Excel 2010.

Muchas gracias.

Excel Ejemplo.xls

Featured Replies

publicado

Hola, este codigo es para un boton flotante, prueba a ver si puedes adaptarlo a un grafico:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
With Me.CommandButton1
.Left = Target.Left + Target.Width + 10
.Top = Target.Top
.Width = 72
End With
End Sub[/CODE]

Intenta tambien con freeze panes

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.