ststern45
Well-known Member
- Joined
- Sep 17, 2005
- Messages
- 974
- Office Version
- 365
- 2010
- Platform
- 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
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