View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Satch Satch is offline
external usenet poster
 
Posts: 2
Default 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.