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.

Cuadrar pantalla

publicado

hola amigos de excel

 

tengo una inquietud, he diseñado un menú estándar en la una hoja que la denomine menú, esta desde el rango A1:M40, confomarda por 15 botones, dos imagenes y texto, me gustaria saber como hago para que la hoja de menu se adapte a cualquier pantalla de pc ya que se sabe que todas las pantallas no son iguales

 

 

saludos, espero me puedan colaborar

Featured Replies

publicado

precisamente, al ser diferentes las pantallas, la resolución, etc. ajustar a (in)determinadas dimensiones las celdas de ese rango (seguramente) terminará quedando desproporcionada la vista :(

prueba ajustando el zoom con ese rango seleccionado (ya decidirás si lo automatizas por eventos)

Sub Ajustar_Zoom()
  Dim fila As Integer, col As Integer: Application.ScreenUpdating = False
  With ActiveSheet.Range("a1:m40")
    .Select: fila = .Row: col = .Column
    With ActiveWindow
      .Zoom = True: .ScrollRow = fila: .ScrollColumn = col: End With
    .Cells(1).Select: End With
End Sub

saludos,

hector.

  • Silvia bloqueó este tema

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.