Thread
:
clearing cells
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
clearing cells
cells is the whole sheet
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"MJKelly" wrote in message
...
Hi,
Can you tell me what is wrong with this code?
wksDump.Range(Cells(2, 1), Cells(1000, 256)).ClearContents
If I put in wksdump.cells.clearcontents it clears the whole sheet. I
want to keep the data in row 1.
hope you can help.
Thanks,
Matt
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett