Hi sachin123sood
To clear all use;
Sheet1.Cells.Clear
To clear only content (no formats) use;
Sheet1.Cells.ClearContents
To Clear only formats use;
Sheet1.Cells.ClearFormats
To clear only cell comments use
Sheet1.Cells.ClearComments
Then there is also;
Sheet1.Cells.ClearNotes
and
Sheet1.Cells.ClearOutline


Reply With Quote
Bookmarks