Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Zoom Display for whole workbook

I have number of worksheets in the one workbook all currently sitting at zoom
127% - I want to konw if there is away I can changed the zoom display all on
sheets at once to 75%


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Zoom Display for whole workbook

Hi,

Alt+F11 to open VB editor.
Double click this workbook and past this in on the right:-

Private Sub Workbook_SheetActivate(ByVal Sh As Object)
ActiveWindow.Zoom = 75
End Sub

Mike

"Angie" wrote:

I have number of worksheets in the one workbook all currently sitting at zoom
127% - I want to konw if there is away I can changed the zoom display all on
sheets at once to 75%


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Zoom Display for whole workbook

Angie, another way

Hold down the Ctrl key and click all the sheet tabs to select them and then
set your zoom.

Mike

"Angie" wrote:

I have number of worksheets in the one workbook all currently sitting at zoom
127% - I want to konw if there is away I can changed the zoom display all on
sheets at once to 75%


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Zoom Display for whole workbook

Select one sheet then right-click and "select all sheets".

Set the zoom on the active sheet and will be done to all.

DO NOT FORGET to ungroup the sheets when done.


Gord Dibben MS Excel MVP

On Fri, 14 Sep 2007 01:12:02 -0700, Angie
wrote:

I have number of worksheets in the one workbook all currently sitting at zoom
127% - I want to konw if there is away I can changed the zoom display all on
sheets at once to 75%


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
Display value from another workbook, if less than display a blank aldutson Excel Worksheet Functions 2 July 27th 06 08:45 AM
Arial Font not fixed pitch on display zoom <79% LeighUK Excel Discussion (Misc queries) 3 September 29th 05 03:12 PM
How do I display a graph from one workbook to another Susan Excel Worksheet Functions 0 August 29th 05 09:49 PM
How to display as normal when workbook has been protected Lee Excel Worksheet Functions 1 July 4th 05 09:55 PM
Cannot display Workbook Kit Lau Excel Discussion (Misc queries) 4 December 30th 04 02:05 PM


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

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

About Us

"It's about Microsoft Excel"