Thread: MoveDown
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default MoveDown

Try

ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell) .Activate


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"kloro" wrote in message
...
how can i move the cursor position to the end of the whole document? i bet
it's a silly
question, but i was not able to find the answer

ActiveDocument.Range.MoveDown...and then???