Dear all
I was hoping for some help with deleting certain columns
My current macro is this:
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 delete only from Cell C3 : (variable column)(last row) thereby essentially keeping A3:B9?
Many thanks in advance!
I was hoping for some help with deleting certain columns
My current macro is this:
Code:
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 delete only from Cell C3 : (variable column)(last row) thereby essentially keeping A3:B9?
Many thanks in advance!
Last edited: