+ Reply to Thread
Results 1 to 5 of 5

Mouse flickers when I run VBA code

  1. #1
    Registered User
    Join Date
    12-21-2016
    Location
    London
    MS-Off Ver
    2013
    Posts
    3

    Mouse flickers when I run VBA code

    I have disabled screenupdating but the mouse still flickers, any ideas?

    Please Login or Register  to view this content.
    Last edited by purplerayne; 12-21-2016 at 08:11 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,576

    Re: Mouse flickers when I run VBA code

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Click on Edit to open your thread, then highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

  3. #3
    Registered User
    Join Date
    12-21-2016
    Location
    London
    MS-Off Ver
    2013
    Posts
    3

    Re: Mouse flickers when I run VBA code

    All done, Thanks zbor.

  4. #4
    Registered User
    Join Date
    09-09-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    65

    Re: Mouse flickers when I run VBA code

    Hi Purplerayne,

    As you have used below code in the macro, that's why you are not able to see screen updating as you have disabled the screen updates by using below code.
    Below code is used for disabling the screen updates only, so that less memory is used by CPU for the screen updates, resulting in faster processing of the macro.

    Please Login or Register  to view this content.
    As while running this macro, you are not able to screen updates but still macro is using the CPU memory for performing the tasks. so that's why you are able to see the mouse flickering as memory is getting used by the macro.

    I hope this clarify your concern.

    And, secondly as Zbor said Kindly read forum rules before posting your next question and put code inside the
    Please Login or Register  to view this content.
    tags.


    Regards
    Ramandeep Singh

    Please Click STAR to Add Reputation if my answer helped!

  5. #5
    Registered User
    Join Date
    09-09-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    65

    Re: Mouse flickers when I run VBA code

    Hi Purplerayne,

    You get answer to your question. If you have understood the concept, Kindly mark this thread as SOLVED.

    If my answer helped, Kindly add reputation by clicking on the small "star" icon located in the lower left corner of the post.

    Thanks & Regards
    Ramandeep Singh
    Please Click * icon to Add Reputation if my answer helped!

+ 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. Screen Flickers Even with Application.ScreenUpdating set to False
    By m3atball in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-26-2017, 11:42 AM
  2. Launching a saved bat file using VBA - CMD prompt flickers but doesn't run
    By PFDave in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-28-2016, 06:01 AM
  3. Userform flickers
    By sbe70 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-29-2012, 09:40 AM
  4. Code for mouse-overs?
    By IanWade in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-06-2011, 05:06 AM
  5. While Sorting - Screen Flickers
    By Ranjani in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-02-2009, 03:18 AM
  6. On Mouse On - With VBA Code
    By Naceur in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-30-2005, 06:44 PM
  7. Spreadsheet screen flickers for a few second when using a condition
    By wayne in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-25-2005, 12:06 PM

Tags for this Thread

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