How to open a Visio application with macros disabled

D

Dave

Is there a way to disable macros when starting Visio from VBA? I tried the
DisableEvents/EnableEvents but got the message:

Runtime error '438':
Object doesnt' support this property or method.

I trying to analyze the structure of Visio documents from an MS Access
application.
 
Top