View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
J.E. McGimpsey J.E. McGimpsey is offline
external usenet poster
 
Posts: 493
Default Cell A1 in Upper Left Corner

One way:

Application.Goto _
Reference:=Range("A55"), _
Scroll:= True


In article ,
pjhageman wrote:

When Ctl-Home are depressed, the cursor moves to cell A1, and cell A1 is
moved to the very upper left-most corner of the screen. What code
would be used to place the cursor to cell A55 and move it to the upper
left-most corner?


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