Office 365 - Excel Macro - Toolbars Blink

ststern45

Well-known Member
Joined
Sep 17, 2005
Messages
963
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Hello everyone,

Just updated to Office 365 from Excel 2010. Actually have both versions on my computer which is a Dell Inspiron 530 purchased back in 2009 32 bit.

OK, here is my question.

I opened an old Excel 2010 file .xlsm with macros enabled using Excel Office 365.

So far so good.

I clicked the Toolbar that updates the data but noticed the Toolbars blink/disappear while the macro runs. Is there a fix to this?

Or is the code below causing the blinking of the toolbars?

Application.ScreenUpdating = False

Application.ScreenUpdating = True

Thanks

Steve
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Is it set for...
Application.ScreenUpdating = False

In which case there shouldn't be anything happening on screen.

But memory use might be causing the disapearing toolbar, i presume it comes back when the macro is done?
 
Upvote 0

Forum statistics

Threads
1,215,537
Messages
6,125,386
Members
449,221
Latest member
DFCarter

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top