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.

Borrar filas segun 2 criterios

publicado

Hola a todos de nuevo.

Siento ser tan pesado y solo espero que pronto pueda ofrecer mi ayuda como ahora me la estais ofreciendo a mi.

En esta ocasion necesito borrar filas teniendo en cuenta 2 condiciones,en el archivo que adjunto os lo explico bien

Gracias a todos por vuestro trabajo

prueba.xls

Featured Replies

publicado

Hola,

Sub BorradoFechaCoincidente()
Dim Fecha As Date: Fecha = "01/01/1990 0:00:00"
Dim ListaLimpia As Boolean: ListaLimpia = False
Do While ListaLimpia = False
ListaLimpia = True
For Each fila In ActiveSheet.UsedRange.Rows
If Cells(fila.Row, 12) = Fecha And Cells(fila.Row, 13) = Fecha Then
fila.Delete
ListaLimpia = False
End If
Next
Loop
End Sub[/CODE]

Saludos.

publicado
  • Autor

Muchisimas gracias verzulan

Si supiera como hacerlo daria el tema como finalizado

Gracias a todos

publicado

De nada,

Creo que me mola mas verzulan que verzulsan xD

Saludos

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.