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.

Filtrar filas, copiar y borrar contenido

publicado

Buenas tardes,

Tengo la duda, de si existe una macro que filtre filas que cumplan un criterio, las copie en otra hoja, borre el contenido de las celdas, pero que no elimine las filas.

Featured Replies

publicado

Hola

Puede que con un filtro avanzado, pero sin un ejemplo sera dificil ayudarte

Saludos

publicado
  • Autor

Adjunto te envío un ejemplo.

Cuando lo abras verás lo que quiero que haga.

Gracias

prueba.xls

publicado

Hola , Inserta este codigo en el Modulo


Private Sub Filtro()

Worksheets("NOVIEMBRE").Range("A13").CurrentRegion.AutoFilter Field:=1, Criteria1:="BAJA"
Worksheets("NOVIEMBRE").Range("A13").CurrentRegion.Copy
Worksheets("DEUDORES").Range("A1").PasteSpecial xlPasteAll
Range("A13").Select
Range(Selection, Selection.End(xlDown)).Offset(1, 0).EntireRow.Select
Selection.SpecialCells(xlCellTypeVisible).Select
Application.CutCopyMode = False
Selection.ClearContents
Worksheets("NOVIEMBRE").ShowAllData
Range("A13").Select

End Sub[/CODE]

Me cuentas como te va .

publicado
  • Autor

Tema Solucionado.

Funciona perfectamente

Muchas gracias.

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.