Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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??? |