Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 921
Default How to make a cell appear in upper left (top left) corner of works

Whenever I use the Range("A28").Select command, it selects and makes A28 the
focus, but it puts appears in about the the middle of the worksheet, with
rows visible both above and below it.

How do I select A28, AND move A28 up to the top left corner of the sheet, so
there are only the rows below it visible?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default How to make a cell appear in upper left (top left) corner of works

One way:

Option Explicit
Sub testme()
Application.Goto ActiveSheet.Range("a28"), scroll:=True
End Sub



jeff wrote:

Whenever I use the Range("A28").Select command, it selects and makes A28 the
focus, but it puts appears in about the the middle of the worksheet, with
rows visible both above and below it.

How do I select A28, AND move A28 up to the top left corner of the sheet, so
there are only the rows below it visible?

Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 921
Default How to make a cell appear in upper left (top left) corner of w

Excellent!!! Thank you

"Dave Peterson" wrote:

One way:

Option Explicit
Sub testme()
Application.Goto ActiveSheet.Range("a28"), scroll:=True
End Sub



jeff wrote:

Whenever I use the Range("A28").Select command, it selects and makes A28 the
focus, but it puts appears in about the the middle of the worksheet, with
rows visible both above and below it.

How do I select A28, AND move A28 up to the top left corner of the sheet, so
there are only the rows below it visible?

Thanks


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is the little black triangle in the upper left corner of a cell FireBrick New Users to Excel 5 April 3rd 23 04:38 PM
Hyperlink to cell and have it appear at top upper left hand corner Bisonhawk New Users to Excel 5 December 4th 08 08:16 PM
grey dot in left upper corner of cell singnothing Excel Discussion (Misc queries) 1 April 1st 06 10:06 AM
Returning Cell to Upper-Left-Most Corner Carroll[_2_] Excel Programming 7 January 31st 05 04:36 PM
Cell A1 in Upper Left Corner pjhageman[_6_] Excel Programming 3 January 10th 04 08:56 PM


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"