+ Reply to Thread
Results 1 to 2 of 2

Learning about the ScrenUpdating property of the Excel application

  1. #1
    Almamba
    Guest

    Learning about the ScrenUpdating property of the Excel application

    property I will appreciate it if anyone can help me to learn about the
    ScreenUpdating property of the Excel application. Specifically, I would like
    somebody to help me to enter Visual Basic statements that turn the
    ScreenUpdating
    property of the application object to FALSE to turn off screen updating and
    TRUE to turn screen updating back on. I am working on a macro in Excel 2000.

    Thank you very much in advance.

  2. #2
    Tom Ogilvy
    Guest

    Re: Learning about the ScrenUpdating property of the Excel application

    Application.ScreenUpdating = False
    ' it is now off


    Application.ScreenUpdating = True
    ' it is now on

    Look up ScreenUpdating in Excel VBA help for a written explanation.

    --
    Regards,
    Tom Ogilvy

    "Almamba" <Almamba@discussions.microsoft.com> wrote in message
    news:9B482A14-F0B7-4E6C-90FC-36E55D8D5D1B@microsoft.com...
    > property I will appreciate it if anyone can help me to learn about the
    > ScreenUpdating property of the Excel application. Specifically, I would

    like
    > somebody to help me to enter Visual Basic statements that turn the
    > ScreenUpdating
    > property of the application object to FALSE to turn off screen updating

    and
    > TRUE to turn screen updating back on. I am working on a macro in Excel

    2000.
    >
    > Thank you very much in advance.




+ 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