Hello -
I'm using the below to select column A:
How do I use this same structure to select Columns B & C ?![]()
With ActiveSheet .Range("A" & (ActiveCell.Row)).Select
I tried this but received an error:
Thank you!![]()
With ActiveSheet .Range("B:C" & (ActiveCell.Row)).Select
Bookmarks