Thread
:
Clear all cell in a sheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Clear all cell in a sheet
try
Sub clearcells()
Worksheets("sheet13").UsedRange.Clear
End Sub
--
Don Guillett
SalesAid Software
"Alvin Hansen" wrote in message
...
Hi!!
I need some way to clear all
cell in a sheet.
Hope someone can help
Alvin
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]