Closed Thread
Results 1 to 3 of 3

Trapping excel application event

Hybrid View

  1. #1
    Registered User
    Join Date
    08-18-2008
    Location
    Los Angeles
    Posts
    44

    Trapping excel application event

    Hi all!, Is there a way to trap application event such as Application.screenupdating = True?. My problem is that in my workbook, I am executing a DLL that is turning the Application.Screenupdating to "On" and I need to have that functionality "Off" so that the users don't see the screen flickering.

    Any help or advise on this matter is greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Trapping excel application event

    Put this in the beginning line of your module
    Application.Screenupdating = False
    Put this in the last line within the same module
     application.screenupdating = True

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Trapping excel application event

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    http://www.excelforum.com/excel-prog...nupdating.html

    Thread Closed.

Closed 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