+ Reply to Thread
Results 1 to 2 of 2

Reset Macro

  1. #1
    Pastel Hughes
    Guest

    Reset Macro

    I have a form which others use which contains a macro that adjusts the form
    to fit their screen regardless of the resolution they are using. Is there a
    way of automatically setting Excel back to the original zoom ratio, once the
    file is closed?

  2. #2
    Morris Cross
    Guest

    RE: Reset Macro

    You could insert some code in

    Private Sub Workbook_BeforeClose(Cancel As Boolean)
    On Error Resume Next

    etc to restore the settings that you consider to be the default.

    HTH

    ------------------

    "Pastel Hughes" wrote:

    > I have a form which others use which contains a macro that adjusts the form
    > to fit their screen regardless of the resolution they are using. Is there a
    > way of automatically setting Excel back to the original zoom ratio, once the
    > file is closed?


+ 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