G
Guest
I am trying to get a range from b18 down to the last cell in the column - I thought this would do it based on my recording of a macro but I end up with b1:b65535 - any suggestions
Range("B18", "B65535").Selec
Range(selection, selection.End(xlUp)).Selec
Also I presume I can prefix the ranges with a worksheets object correct
May the worksheet be hidden during the selection
Thanks as usual.
Range("B18", "B65535").Selec
Range(selection, selection.End(xlUp)).Selec
Also I presume I can prefix the ranges with a worksheets object correct
May the worksheet be hidden during the selection
Thanks as usual.