G
Grey Old Man
I am writing an Excel 2002 template and wish to use VBA to 'highlight' a
range from A3 to the last cell. The row of the last cell will vary but will
always be in column N.
My VBA knowledge is limited. I have tried and failed with
Range ("A3").SpecialCells(xlLastCell).Activate
and I am not sure if I need 'Select' or 'Activate' to 'highlight' the range.
When complete, the worksheet view should show A1 as the top left (home) cell
rather than (for example) N999 at the bottom right.
Thanks in anticipation.
range from A3 to the last cell. The row of the last cell will vary but will
always be in column N.
My VBA knowledge is limited. I have tried and failed with
Range ("A3").SpecialCells(xlLastCell).Activate
and I am not sure if I need 'Select' or 'Activate' to 'highlight' the range.
When complete, the worksheet view should show A1 as the top left (home) cell
rather than (for example) N999 at the bottom right.
Thanks in anticipation.