+ Reply to Thread
Results 1 to 14 of 14

Excel 2016 annoying object flickering

  1. #1
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Excel 2016 annoying object flickering

    Hi there,

    Having searched a bunch of forums could not find any solutions how to prevent ActiveX objects from flickering. It even flickers while wrapped into manual calculation, events and screen updating set to false.

    I have only got 3 cascading listboxes on the spreadsheet and the flickering I am experiencing while drilling down to the result is rather annoying. My business have just upgraded all PC's to 2016 package, but all the spreadsheets used to work flawlessly on 2010 version.

    I'm tempted to call Office 2016 version the worst of all, as it is way too bugy.

    Has anyone heard of the possible solution to stop that flicker? Update pack, Add-in, piece of VBA code, anything?

    Thanks for sharing.

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel 2016 annoying object flickering

    Just use forms controls

    You're better off not using ActiveX controls on worksheets at all. They're incredibly unstable have a look here https://www.google.co.uk/webhp?sourc...eet%20controls and by using them, you're asking for trouble.

    Forms controls are much more reliable - they're in the same dropdown as the ActiveX ones, but are designed for use on worksheets - so you don't run into any stability issues, you can do most of the same things with them too and you can use them without using code.

  3. #3
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Re: Excel 2016 annoying object flickering

    Yes, but I wouldn't want to lose all that object formating that ActiveX can provide...

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel 2016 annoying object flickering

    Horses for courses..

    Unfortunately, you can't have your cake and eat it. ActiveX on worksheets have always been problematic

  5. #5
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Re: Excel 2016 annoying object flickering

    Funny enough, I have re-created the spreadsheet with Form controls instead and it still flickers...

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel 2016 annoying object flickering

    Then you need to post a sample workbook as something else is causing the issue - probably the code

  7. #7
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Re: Excel 2016 annoying object flickering

    Attached with ActiveX controls. Needs to be tested on 2016 version.
    Attached Files Attached Files

  8. #8
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,286

    Re: Excel 2016 annoying object flickering

    I don't get the flickering but I'm guessing its the method of loading the info

    Windows 7 Professional 64 bit
    Office 2016

  9. #9
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Re: Excel 2016 annoying object flickering

    Hmm...

    I'm running Office 2016 32 bit on Win 10 64 bit...

  10. #10
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel 2016 annoying object flickering

    It's the method of loading the info. Try this:
    Please Login or Register  to view this content.
    I've used forms controls. but the code would only need minor tweaks if you wanted to use ActiveX
    Attached Files Attached Files
    Last edited by Kyle123; 03-06-2019 at 11:34 AM.

  11. #11
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Re: Excel 2016 annoying object flickering

    Wow! Not a single flicker! Thanks Kyle!

    What parts of code would need tweaking to adapt it on ActiveX objects? Interesting if they would still flicker...

  12. #12
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel 2016 annoying object flickering

    They won't, and again using ActiveX controls on worksheets is asking for trouble

    In a module

    Please Login or Register  to view this content.
    Then behind the worksheet:
    Please Login or Register  to view this content.

  13. #13
    Forum Contributor ABSTRAKTUS's Avatar
    Join Date
    04-18-2010
    Location
    England
    MS-Off Ver
    Win10 Excel 2016
    Posts
    609

    Re: Excel 2016 annoying object flickering

    Your code is not just a million times quicker loading the listboxes, but also has eliminated that nasty flickering. Cheers Kyle!

  14. #14
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel 2016 annoying object flickering

    Glad it helped Thanks for the Rep

+ 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] Excel 2016 stop screens flickering during macro - ScreenUpdating already in use
    By Andy Swain in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-12-2018, 11:00 AM
  2. Replies: 1
    Last Post: 09-18-2017, 08:27 AM
  3. Excel 2013 and Excel 2016 still flickering after ScreenUpdating is off
    By catalystsystems in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-07-2017, 06:57 PM
  4. Object Flickering
    By efernandes67 in forum Excel General
    Replies: 1
    Last Post: 02-18-2011, 01:56 AM
  5. Macro flickering = annoying
    By nickymac in forum Excel General
    Replies: 2
    Last Post: 12-24-2008, 07:37 AM
  6. [SOLVED] Embedded Object Flickering
    By dlerh in forum Excel General
    Replies: 0
    Last Post: 05-02-2006, 03:00 PM
  7. [SOLVED] FLICKERING...(fore ground font color with flickering)..
    By Eddy Stan in forum Excel General
    Replies: 5
    Last Post: 03-23-2006, 02:25 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