E
excelnut1954
I know this will work to name a range for a single column.
Range(Selection, Selection.End(xlDown)).Name = "Test"
But, how would you adapt it to include the next 3 columns to the
right?
Thanks,
J.O.
Range(Selection, Selection.End(xlDown)).Name = "Test"
But, how would you adapt it to include the next 3 columns to the
right?
Thanks,
J.O.