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.
publicado

Hola buenas tardes:

Por favor me pueden ayudar con una macro con la que pueda ocultar filas dentro de un rango (filas 8 al 20), pero sin ocultar las filas que tenga seleccionadas en es momento.

Ya que hay filas que si necesito mostrar aunque estas no sean consecutivas.

Muchas gracias

Saludos

 

 

 

 

Ocultar celdas menos las seleccionadas.xlsm

Solucionado por Antoni

Ir a la solución

Featured Replies

publicado
  • Solución
Sub OcultaFilas()
Rows("8:20").EntireRow.Hidden = True 'ocultar rango
Selection.EntireRow.Hidden = False 'mostrar selección
End Sub

 

publicado
  • Autor

Antoni:

 

Muchas gracias por tu ayuda y gran solucion.

Es justo lo que necesitaba.

Saludos

Crear una cuenta o conéctate para comentar

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.