+ Reply to Thread
Results 1 to 3 of 3

Preventing screen flicker

  1. #1
    Paul
    Guest

    Preventing screen flicker

    Hi

    I remember a long time ago being able to turn of screen changes when Macro's are running
    between different work books in an Excel sheet.Can anybody remind me.

    Thanks Paul



  2. #2
    Ron de Bruin
    Guest

    Re: Preventing screen flicker

    Use this

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



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "Paul" <[email protected]> wrote in message news:[email protected]...
    > Hi
    >
    > I remember a long time ago being able to turn of screen changes when Macro's are running between different work books in an Excel
    > sheet.Can anybody remind me.
    >
    > Thanks Paul
    >




  3. #3
    Paul
    Guest

    Re: Preventing screen flicker

    Ron

    Many thanks for your speedy reply problem solved

    Paul

    "Ron de Bruin" <[email protected]> wrote in message
    news:%[email protected]...
    > Use this
    >
    > Application.ScreenUpdating = False
    > 'your code
    > Application.ScreenUpdating = True
    >
    >
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    >
    > "Paul" <[email protected]> wrote in message
    > news:[email protected]...
    >> Hi
    >>
    >> I remember a long time ago being able to turn of screen changes when Macro's are
    >> running between different work books in an Excel sheet.Can anybody remind me.
    >>
    >> Thanks Paul
    >>

    >
    >




+ 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