+ Reply to Thread
Results 1 to 2 of 2

Change Default Zoom

  1. #1
    Registered User
    Join Date
    10-11-2005
    Posts
    1

    Change Default Zoom

    Hi Guys,

    I'm trying to create a public procedure to change the default zoom of spreadsheets. I tried the following however it returns the object not supported error:

    Public Sub AutoOpen()
    ActiveWindow.ActivePane.View.Zoom.Percentage = 200
    End Sub

    Your help will be greatfully received.

    Cheers,

    Amie

  2. #2
    Norman Jones
    Guest

    Re: Change Default Zoom

    Hi Geek-Girl,

    Try:

    ActiveWindow.Zoom = 200

    ---
    Regards,
    Norman



    "geek_girl" <geek_girl.1wqfqa_1129025100.7758@excelforum-nospam.com> wrote
    in message news:geek_girl.1wqfqa_1129025100.7758@excelforum-nospam.com...
    >
    > Hi Guys,
    >
    > I'm trying to create a public procedure to change the default zoom of
    > spreadsheets. I tried the following however it returns the object not
    > supported error:
    >
    > Public Sub AutoOpen()
    > ActiveWindow.ActivePane.View.Zoom.Percentage = 200
    > End Sub
    >
    > Your help will be greatfully received.
    >
    > Cheers,
    >
    > Amie
    >
    >
    > --
    > geek_girl
    > ------------------------------------------------------------------------
    > geek_girl's Profile:
    > http://www.excelforum.com/member.php...o&userid=27999
    > View this thread: http://www.excelforum.com/showthread...hreadid=474997
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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