Sub clear_worksheet_contents()
'We can select all cells from the given sheet by using below code
Worksheets(1).Cells.Clear
'Above code will delete the data as well as formatting from all cells from the sheet1
End Sub
What do you think on above excel macro topic? Please provide your input, comments, questions on excel macro. I will try to reply as soon as possible. I value your opinion on Excel Macros.
No comments:
Post a Comment