+ Reply to Thread
Results 1 to 2 of 2

Hide Macro Process

  1. #1
    Brian Morrison
    Guest

    Hide Macro Process

    Is there a way to hide all the work the macro is doing so that the end user
    doesnt see the code develope.

    I have a macro that produces a bunch of charts and edits them. This
    currently is all shown with the screen flashing back and forth.

    Can i hide this?

  2. #2
    TK
    Guest

    RE: Hide Macro Process

    Brian:

    At the start of your code use:
    Application.ScreenUpdating = False

    at the end:
    Application.ScreenUpdating = True

    Good Luck
    TK


    "Brian Morrison" wrote:

    > Is there a way to hide all the work the macro is doing so that the end user
    > doesnt see the code develope.
    >
    > I have a macro that produces a bunch of charts and edits them. This
    > currently is all shown with the screen flashing back and forth.
    >
    > Can i hide this?


+ 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