Thread
:
VBA Question / Clearing out All Data
View Single Post
#
2
Gary Brown
Posts: n/a
Sub test()
Range("C4:J30000").Clear
End Sub
HTH,
Gary Brown
"carl" wrote:
I would like to clear all my data that is in cell C4:J30000.
Is there a way to do this with a vba macro ?
Thank you in advance.
Reply With Quote