PC Review


Reply
Thread Tools Rate Thread

Centering a worksheet for viewing

 
 
mrlanier@hotmail.com
Guest
Posts: n/a
 
      27th Dec 2006
For viewing purposes, I frequently hide all the columns that exceed
what a single page would print so that I can focus only on what I know
is the actual page. In doing so, the worksheet hugs the left side of
the screen with everything to the right of the page in grey--about half
the screen. Is there a way to make the visible portion of the
worksheet center itself in the middle of the screen? Left and right is
all that's important--not top and bottom. Thanks.

Michael

 
Reply With Quote
 
 
 
 
horkuang@horkuang.com
Guest
Posts: n/a
 
      28th Dec 2006
Michael,
If you mean you want to maximise the view of the remaining, visible
columns, then may be :

Range("A1").Select
Range(Selection, Selection.End(xlToRight)).Select
ActiveWindow.Zoom = True
Range("A1").Select

You cannot have a blank area to the left of cells, as you can to right,
so you cannot shift the visible cells as you describe.

If you mean move the display Window within the Excel environment, you
can set the window(1).left/width etc.

NickHK

(E-Mail Removed) wrote:
> For viewing purposes, I frequently hide all the columns that exceed
> what a single page would print so that I can focus only on what I know
> is the actual page. In doing so, the worksheet hugs the left side of
> the screen with everything to the right of the page in grey--about half
> the screen. Is there a way to make the visible portion of the
> worksheet center itself in the middle of the screen? Left and right is
> all that's important--not top and bottom. Thanks.
>
> Michael


 
Reply With Quote
 
mrlanier@hotmail.com
Guest
Posts: n/a
 
      28th Dec 2006
I feared I couldn't obtain a space to the left as I had hoped and as
you verified. Thanks.

Michael

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewing formulas in worksheet tonycat Microsoft Excel Misc 1 17th Oct 2008 07:59 PM
Centering a picture in a worksheet =?Utf-8?B?amZn?= Microsoft Excel Misc 4 17th Aug 2007 03:14 AM
Prevent Viewing on worksheet Ellis Yu Microsoft Excel Discussion 58 22nd Aug 2006 11:13 PM
Viewing a worksheet within a Userform chris_waldie Microsoft Excel Programming 5 30th Jan 2006 07:52 PM
Viewing worksheet tabs =?Utf-8?B?eHRvcGhzcg==?= Microsoft Excel Misc 2 3rd Aug 2005 08:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:14 PM.