View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Binzelli[_8_] Binzelli[_8_] is offline
external usenet poster
 
Posts: 1
Default Move to next cell

Satch,

this should do the trick:


Code:
--------------------

ActiveCell.SpecialCells(xlLastCell).Select
ActiveCell.Offset(1,0).Activate

--------------------


Good luck


---
Message posted from http://www.ExcelForum.com/