open original open copy

N

nick blades

Hi,
I've set up some code to run when a document is opened and put it in
the thisdocument section(using Visio2000). When the file is opened in
original or read only format the code runs. However when the code is
opened in the copy format the code does not run.

Is their any explaination for why this is happening?

TIA

Nick
 
N

nick blades

hi all
I've worked out what i've done wrong.
i had the code in the wrong section, i needed it in the
documentCreated part as well as the DocumentOpened so that it works
when a new document is opened
 
Top