If you have the following macro:
Sub CleanupGridReport_1()
'
' CleanupGridReport_1 Macro
' Macro recorded 12/6/2006 by me
'
'
Sheets("GridReport_1").Select
Range("V22:V29,Y22:Y29,a33:d33D32").Select
Selection.ClearContents
Range("I32").Select
End Sub
Can someone tell me what are the steps I have to follow, starting from >>
Sheets("Grid_Report_1")
So, I start the macro, then what do I do?
2006-12-06
06:43:29
·
2 answers
·
asked by
Orange Cloud
2
in
Computers & Internet
➔ Software