+ Reply to Thread
Results 1 to 3 of 3

Don`t show when running

  1. #1
    Registered User
    Join Date
    08-02-2006
    Posts
    9

    Don`t show when running

    Hi

    When running a macro, there is no need to display the steps macro is executing, how I can switch it off
    Thanks
    Peter

  2. #2
    Trevor Shuttleworth
    Guest

    Re: Don`t show when running

    Application.ScreenUpdating = False
    ' your code
    Application.ScreenUpdating = True

    Regards

    Trevor


    "peteriks" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > When running a macro, there is no need to display the steps macro is
    > executing, how I can switch it off
    > Thanks
    > Peter
    >
    >
    > --
    > peteriks
    > ------------------------------------------------------------------------
    > peteriks's Profile:
    > http://www.excelforum.com/member.php...o&userid=37011
    > View this thread: http://www.excelforum.com/showthread...hreadid=567330
    >




  3. #3
    Registered User
    Join Date
    08-02-2006
    Posts
    9

    Great

    Thanks Trevor

+ 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