+ Reply to Thread
Results 1 to 3 of 3

Supress screen update while writiing to another sheet

Hybrid View

  1. #1
    scooper
    Guest

    Supress screen update while writiing to another sheet

    Hi
    I am trying to copy data to Sheet2 from Sheet1 without the user seeing the
    screen change.
    What code sould I use?
    Regards
    Scooper



  2. #2
    Ron de Bruin
    Guest

    Re: Supress screen update while writiing to another sheet

    hi Scooper

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

    See this page for example code
    http://www.rondebruin.nl/copy1.htm


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


    "scooper" <robertc47@optusnet.com.au> wrote in message news:434ab0ad$0$22589$afc38c87@news.optusnet.com.au...
    > Hi
    > I am trying to copy data to Sheet2 from Sheet1 without the user seeing the
    > screen change.
    > What code sould I use?
    > Regards
    > Scooper
    >
    >




  3. #3
    Paul Black
    Guest

    Re: Supress screen update while writiing to another sheet

    Hi scooper,

    Use ...

    Application.ScreenUpdating = False

    .... at the Beginning, and ...

    Application.ScreenUpdating = True

    .... at the End ( Before the End Sub ).

    Hope this Helps.
    All the Best.
    Paul

    scooper wrote:
    > Hi
    > I am trying to copy data to Sheet2 from Sheet1 without the user seeing the
    > screen change.
    > What code sould I use?
    > Regards
    > Scooper



+ 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