Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Won Won is offline
external usenet poster
 
Posts: 3
Default Zoom window to selection

How can I get Zoom window to display the selection only?

I¹d prefer this to apply to the whole workbook regardless of which worksheet
is displaying


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default Zoom window to selection

You mean in the display to the user, right? I just did a little
experimenting, and Activate works. At least, I told my program to do this:

ActiveSheet.Cells(100, 100).Activate

....and the display jumped straight to that spot. Seems to me it would work
with Window.Selection too.

I didn't test this, but I suppose it may be that once you scroll away from
the selection without deactivativing it, Activate won't jump back to it
again. But that's easy; you could just Activate something else and then
Window.Selection.Activate again.

--- "Won" wrote:
How can I get Zoom window to display the selection only?

I¹d prefer this to apply to the whole workbook regardless of which worksheet
is displaying

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
Setting the zoom size of a new window from 100% to 75% MongoMan Excel Discussion (Misc queries) 0 June 18th 08 11:30 PM
Zoom Window Selection Possible? None Excel Programming 3 December 26th 06 10:23 PM
Excel Window zoom Jason Zischke Excel Programming 0 July 26th 06 11:23 PM
Position Form on screen v Window Zoom ! RAFAAJ2000[_2_] Excel Programming 3 July 19th 05 09:13 AM
Excel Window Zoom Problems Jim Rech Excel Programming 0 October 4th 04 10:56 PM


All times are GMT +1. The time now is 02:11 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"