A
~Alan Rosenberg Miami
XL-2000
Is there away to have this macro propagate
Like if "C18:C19" is occupied then start +1 row down?
Sub copypast()
' Macro recorded 7/10/2003 by A
Range("A14:L16").Select
Selection.AutoFill Destination:=Range("A14:L19"),
Type:=xlFillDefault
Range("A14:L19").Select
Range("C18:C19").Select
Selection.ClearContents
End Sub
Is there away to have this macro propagate
Like if "C18:C19" is occupied then start +1 row down?
Sub copypast()
' Macro recorded 7/10/2003 by A
Range("A14:L16").Select
Selection.AutoFill Destination:=Range("A14:L19"),
Type:=xlFillDefault
Range("A14:L19").Select
Range("C18:C19").Select
Selection.ClearContents
End Sub