Hi all
Is it possible to position a predetermined cell (e.g. A42) in the top left corner of the screen.
(Not every screen users use has the same size)
Thanks in advance
Hein
Hi all
Is it possible to position a predetermined cell (e.g. A42) in the top left corner of the screen.
(Not every screen users use has the same size)
Thanks in advance
Hein
Last edited by Hein; 01-07-2009 at 05:49 AM.
Hi Sure:
Richard![]()
Application.Goto Range("A42"),Scroll:=True
Richard Schollar
Microsoft MVP - Excel
Try this
![]()
Option Explicit Private Sub Workbook_Open() Application.Goto Sheet1.Range("a42"), True End Sub
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
Both methods works!
(The scroll part doesn't seem to make any difference)
I knew that, when scroll is on and you use the home key it has the same effect
Problem is that you can't record it
Thanks Roy and Richard!
Hein
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks