document load event

X

xargon

Hi everyone,

Newbie question: Is there a document load kind of event that I can use in
VBA for Visio. I basically want to parse the SolutionXML content and
initiallize some variables as soon as my visio document loads. It only
has
to work for my Visio document and not for every document the user opens.

Is there a way to implement an event that will be notify my VBA code that
the document has been opened.

Cheers!
xargon
 
J

junethesecond

DocumentOpened event is available on ThisDocument of your Visio document.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top