+ Reply to Thread
Results 1 to 2 of 2

screenupdating = false not always working

  1. #1
    Forum Contributor
    Join Date
    12-20-2006
    Posts
    127

    screenupdating = false not always working

    I have a spreadsheet that connects to an access database which in turn links to a server. Sometimes when i run these data imports with the screenupdating turned off i loose the sheet im viewing and all i can see is a blue/grey plain screen.

    This is the same screen you would see if excel is opened but no worksheet is opened.

    Is there anyway i can prevent this from happening as im trying to use excel to view stats on a display screen?

  2. #2
    Registered User
    Join Date
    01-19-2007
    Location
    Bangalore, India
    Posts
    66

    Re:

    You can just try this, hope it works:

    Application.EnableEvents=False
    Appliocation.DisplayAlerts=False
    Application.ScreenUpdating=False

    Your Code Here.

    Application.EnableEvents=True
    Appliocation.DisplayAlerts=True
    Application.ScreenUpdating=True

    Regards,
    Gajendra Gupta

+ 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