vba for Excel on Mac; screen updating

KerryFSA

New Member
Joined
Dec 5, 2018
Messages
49
Does anyone know how to turn off screen updating in Excel VBA on a Mac?

Application.Screenupdating = False

doesn't work on a Mac. Thanks.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
What do you mean "doesn't work".
When I use it on my Mac, it seems to work fine. Control moving back to the user interface from VBA will automatically turn it back on, but it does work while VBA has control.

What happens that leads you to think it doesn't work?
 
Upvote 0
When I use "Application.Screenupdating = False"
the screen flips back and forth when copying/pasting.I read awhile ago that the MacOS system design doesn't permit this function to work.
I'm wondering if anything is new in that regard.
 
Upvote 0
I've never seen what you describe. One thought I have is that you might address Application.Calculation if there are formulas that are updating.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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