hi,
I would like to clear the contents of rows 5,9,15,20,29,40 in my excel spreadsheet. How can I achieve this through a VBA code?
Thanks
hi,
I would like to clear the contents of rows 5,9,15,20,29,40 in my excel spreadsheet. How can I achieve this through a VBA code?
Thanks
Or![]()
Rows(5).ClearContents Rows(9).ClearContents ...
![]()
Union(Rows(5), Rows(9), ...).ClearContents
modest_16081982
Please read forum rules & post your question in the correct forum
Thread moved to Programming Forum
Please Read Forum Rules Before Posting
Wrap VBA code by selecting the code and clicking the # icon or Read This
How To Cross Post politely
Top Excel links for beginners to Experts
If you are pleased with a member's answer then use the Scales icon to rate it
If my reply has assistedor failed to assist you
I welcome your Feedback.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks