+ Reply to Thread
Results 1 to 4 of 4

vba zoom out worksheet

  1. #1
    Forum Contributor
    Join Date
    04-03-2014
    Location
    Berlin
    MS-Off Ver
    Excel 2010
    Posts
    160

    vba zoom out worksheet

    Hi everybody,

    I got a file containing approx. 30 worksheets that I would like to zoom out to lets say 80%.
    My worksheets go like Array("Sheet1", "Sheet3", "Sheet4", "Sheet7").

    Is it possible to zoom out multiple worksheets in a workbook?

    Any help would be much appreciated!

    Thanks!

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: vba zoom out worksheet

    Hi,

    One way

    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: vba zoom out worksheet

    ActiveWindow.Zoom = 80, i would put this in

    Private Sub Workbook_SheetActivate(ByVal Sh As Object)

    End Sub

    I dont think you can make it apply to a sheet, i think its the Window only. Correction you can do it to all on open, they remain at the zoom level.
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  4. #4
    Forum Contributor
    Join Date
    04-03-2014
    Location
    Berlin
    MS-Off Ver
    Excel 2010
    Posts
    160

    Re: vba zoom out worksheet

    Richard,

    thank you, works perfectly!

    regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Checkbox position changes as the worksheet zoom changes
    By Bob1980 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-11-2014, 02:53 PM
  2. [SOLVED] Adjusting Worksheet Zoom
    By EdWoods in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-08-2013, 10:27 PM
  3. Setting Zoom on a worksheet
    By croydon in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-28-2010, 03:23 PM
  4. Lock Zoom of Worksheet.
    By ExcelMonkey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-05-2006, 12:00 PM
  5. Zoom via Macro for WorkSheet to activate?
    By frenic in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-18-2005, 12:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1