Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/08/2013, 15:57
Avatar de mrocf
mrocf
 
Fecha de Ingreso: marzo-2007
Ubicación: Bs.As.
Mensajes: 1.103
Antigüedad: 17 años, 1 mes
Puntos: 88
De acuerdo Respuesta: macro para eliminar filas

Hola! plambreton. Intenta con:

Código PHP:
Sub EliminaReceta_2()
On Error Resume Next
Sheets
("INFO RECETAS").Cells.Find(What:=Range("D3"), LookIn:=xlFormulas).EntireRow.Delete
Sheets
("INFO PREP").Cells.Find(What:=Range("D3"), LookIn:=xlFormulas).EntireRow.Delete
End Sub 
¿Te sirve la idea?...
Saludos, Cacho R.