+ Reply to Thread
Results 1 to 4 of 4

That DURN Screen Flicker !!!

  1. #1
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    That DURN Screen Flicker !!!

    .
    These lines of code have always proved successful.

    Now, for some reason, it isn't doing it's job. Is there any other way of stopping screen flicker ?

    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    10-06-2008
    Location
    Canada
    MS-Off Ver
    2007 / 2013
    Posts
    5,528

    Re: That DURN Screen Flicker !!!

    Any of the suggestions in here help?
    http://www.vbforums.com/showthread.p...-does-not-work

  3. #3
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: That DURN Screen Flicker !!!

    .
    Thank you sir for the URL link !

    The contents of those posts from different individuals was very enlightening. I had no idea (have never heard anyone say) that
    there were so many different methods of stopping the flicker and it all depends on the individual workbook. Another Microsoft
    free amenity ?

    I have solved the flicker by experimenting with the location of inserting : Application.ScreenUpdating = False

    First I removed the two lines : Application.ScreenUpdating = False & Application.ScreenUpdating = True from all the locations I felt were contributing
    to the problem.

    Then I inserted only the line : Application.ScreenUpdating = False at various locations at the top of the macro code. Only a few instances of this helped.


    What completely rid my project of the flicker was to place that line ( Application.ScreenUpdating = False ) at the top of each macro the runs when the user
    clicks on a command button. It was primarily the buttons that were giving the worse flicker response. The flicker completely stopped after inserting
    the code line.

    Now ... what is truly unusual is that none of the other macros throughout the workbook have anything to do with the command buttons. The only way the macro
    within the button is activated is by clicking the button. SO GO FIGURE ! ????

    Again .. thank you for the resource !

  4. #4
    Forum Expert
    Join Date
    10-06-2008
    Location
    Canada
    MS-Off Ver
    2007 / 2013
    Posts
    5,528

    Re: That DURN Screen Flicker !!!

    The importance is that it is solved.
    Thank you for the explanation which will help people in the future.
    Good luck

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] solver causes laptop screen to flicker
    By jrtaylor in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-18-2019, 04:34 PM
  2. Word screen flicker prevent
    By mitrozo in forum Word Programming / VBA / Macros
    Replies: 5
    Last Post: 11-01-2016, 08:14 PM
  3. Screen Flicker - EXCEL 2013 Only
    By A_Pass in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-19-2014, 11:31 AM
  4. Screen Flicker with optionbutton change
    By zplugger in forum Excel General
    Replies: 0
    Last Post: 09-26-2012, 08:17 PM
  5. Screen Flicker
    By BuzzT in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-07-2011, 11:22 AM
  6. screen flicker
    By mark kubicki in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-21-2005, 09:06 PM
  7. [SOLVED] Preventing screen flicker
    By Paul in forum Excel General
    Replies: 2
    Last Post: 03-15-2005, 06:06 PM

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