Move to next cell
Within macro code, I am trying to activate the cell
directly below the last cell in a single column list. I
have used the following command:
ActiveCell.SpecialCells(xlLastCell).Select
....but I then need to activate the next cell down. Can
anyone help.
|