Thread
:
VBA code to delete cell contents
View Single Post
#
2
Posted to microsoft.public.excel.programming
marcus[_3_]
external usenet poster
Posts: 140
VBA code to delete cell contents
Hi Robert
Your method works. Here is another method which gets the job done as
well.
Range("A1").ClearContents
Take care
Marcus
Reply With Quote
marcus[_3_]
View Public Profile
Find all posts by marcus[_3_]