+ Reply to Thread
Results 1 to 2 of 2

Zoom level

  1. #1
    Fotis
    Guest

    Zoom level

    I would like to know if it is possible to open a workshhet alway to the same
    same zoom level (i.e 94%) no matter if i am closing it to a different one
    (i.e 105%)

  2. #2
    Kevin B
    Guest

    RE: Zoom level

    In the worksheet module that you want to revert to 94% you can place the
    following code in the worksheets activate event:

    Private Sub Worksheet_Activate()

    ActiveWindow.Zoom = 94

    End Sub
    --
    Kevin Backmann


    "Fotis" wrote:

    > I would like to know if it is possible to open a workshhet alway to the same
    > same zoom level (i.e 94%) no matter if i am closing it to a different one
    > (i.e 105%)


+ 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