question

MeljkutiGyrgy-9189 avatar image
0 Votes"
MeljkutiGyrgy-9189 asked MeljkutiGyrgy-9189 commented

Application.ScreenUpdating = False not working ? since the lates office update

Hello,

Experiencing issues with MS Word 2016, and 365 desktop app.
I have been experiencing strange slowdown with the latest office update in our code.
For example deleting a, not built in, not used, style takes about an avagare of 225 ms in compare, the same code running on a machine without the latest update, with 10 ms.

The other strange thing is that ScreenUpdating cannot be turned off. I have tried in the imediate window too.
The command is accepted, but the ?Application.ScreenUpdating returns True

Could you please check and let me know what am I doing wrong ?

Thank you and regards
Gyorgy Meljkuti

office-vba-dev
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @MeljkutiGyrgy-9189,
What code did you use?

0 Votes 0 ·

Hello,
for screenupdating I have tried simply the:
Application.ScreenUpdating = False

94998-image.png

For deleting not builtin styles I have used:

style.Delete


regards
Gyorgy

0 Votes 0 ·
image.png (6.3 KiB)

0 Answers