Dear all
I was hoping for some help with deleting certain columns
My current macro is this:
Rows(3 & ":" & Rows.Count).ClearContents
Range("D2").Select
This deletes everything from Row 3 onwards. However, I have fixed data I want to keep in A3:B9
Is there a way to modify it so that I can...