+ Reply to Thread
Results 1 to 4 of 4

Preventing Macro Flash

Hybrid View

  1. #1
    PCakes
    Guest

    Preventing Macro Flash

    I have recorded a macro, how do I stop it from showing all the steps I have
    taken and simply run the macro? Do I use DIM if sho what is the correct way
    of doing so?

  2. #2
    Paul B
    Guest

    Re: Preventing Macro Flash

    PCakes,

    Application.ScreenUpdating = False

    'Your code

    Application.ScreenUpdating = True
    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003


    "PCakes" <PCakes@discussions.microsoft.com> wrote in message
    news:7BCDE2E9-5E59-434B-8694-7956CFD8917D@microsoft.com...
    >I have recorded a macro, how do I stop it from showing all the steps I have
    > taken and simply run the macro? Do I use DIM if sho what is the correct
    > way
    > of doing so?




  3. #3
    PCakes
    Guest

    Re: Preventing Macro Flash

    Thank you! I am trying to teach myself some Visual Basics, but time is not
    on my side. This site is most helpful as are you!

    "Paul B" wrote:

    > PCakes,
    >
    > Application.ScreenUpdating = False
    >
    > 'Your code
    >
    > Application.ScreenUpdating = True
    > --
    > Paul B
    > Always backup your data before trying something new
    > Please post any response to the newsgroups so others can benefit from it
    > Feedback on answers is always appreciated!
    > Using Excel 2002 & 2003
    >
    >
    > "PCakes" <PCakes@discussions.microsoft.com> wrote in message
    > news:7BCDE2E9-5E59-434B-8694-7956CFD8917D@microsoft.com...
    > >I have recorded a macro, how do I stop it from showing all the steps I have
    > > taken and simply run the macro? Do I use DIM if sho what is the correct
    > > way
    > > of doing so?

    >
    >
    >


  4. #4
    Paul B
    Guest

    Re: Preventing Macro Flash

    Your welcome

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "PCakes" <PCakes@discussions.microsoft.com> wrote in message
    news:3F82E45B-A936-4F2F-810A-0A34EC142755@microsoft.com...
    > Thank you! I am trying to teach myself some Visual Basics, but time is

    not
    > on my side. This site is most helpful as are you!
    >
    > "Paul B" wrote:
    >
    > > PCakes,
    > >
    > > Application.ScreenUpdating = False
    > >
    > > 'Your code
    > >
    > > Application.ScreenUpdating = True
    > > --
    > > Paul B
    > > Always backup your data before trying something new
    > > Please post any response to the newsgroups so others can benefit from it
    > > Feedback on answers is always appreciated!
    > > Using Excel 2002 & 2003
    > >
    > >
    > > "PCakes" <PCakes@discussions.microsoft.com> wrote in message
    > > news:7BCDE2E9-5E59-434B-8694-7956CFD8917D@microsoft.com...
    > > >I have recorded a macro, how do I stop it from showing all the steps I

    have
    > > > taken and simply run the macro? Do I use DIM if sho what is the

    correct
    > > > way
    > > > of doing so?

    > >
    > >
    > >




+ 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