Application.ShowChanges = False, does it really prevent code selection events?

Started by Visisthebest, May 14, 2021, 03:32:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Visisthebest

I have noticed that turning off Application.ShowChanges can speed up complex changes to a diagram.

In the Microsoft documentation about this property:
https://docs.microsoft.com/en-us/office/vba/api/visio.application.showchanges

"All shapes in drawing and stencil windows are deselected and the Visio instance will not allow programs to change the selections of windows."

In your experience, does Application.ShowChanges = False

truly mean VBA code cannot cause events like SelectionChanged by the code itself?
Visio 2021 Professional