Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Centering a worksheet for viewing

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Centering a worksheet for viewing

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

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Centering a worksheet for viewing

I feared I couldn't obtain a space to the left as I had hoped and as
you verified. Thanks.

Michael

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
Centering a picture in a worksheet jfg Excel Discussion (Misc queries) 5 April 25th 23 11:42 AM
Only one worksheet in a workbook is available for viewing. missleigh Excel Discussion (Misc queries) 7 September 3rd 07 08:54 PM
Viewing a worksheet within a Userform chris_waldie Excel Programming 5 January 30th 06 07:52 PM
Viewing worksheet tabs xtophsr Excel Discussion (Misc queries) 2 August 3rd 05 08:29 PM
Worksheet tabs viewing there of Anthony Excel Worksheet Functions 2 July 13th 05 04:46 PM


All times are GMT +1. The time now is 10:03 AM.

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"