L
Lighthouse
I have a template that includes an autoopen macro that prompts the user
to perform a certain manual action. This action is only required the
first time the document is opened. After that, the prompt is annoying.
I *think* what I want to do is have my autoopen check for the existence
of a document property, and if it exists, it should terminate the
autoopen macro. if the property does not exist it should add it and
continue w/ the macro (issuing the prompt).
The document property should be transparent to the casual document
user.
I'm looking for some advice if this is the best way to do this and how
it should be coded. I'm at the 'danger to myself' level of proficiency
w/ VBA. TIA
to perform a certain manual action. This action is only required the
first time the document is opened. After that, the prompt is annoying.
I *think* what I want to do is have my autoopen check for the existence
of a document property, and if it exists, it should terminate the
autoopen macro. if the property does not exist it should add it and
continue w/ the macro (issuing the prompt).
The document property should be transparent to the casual document
user.
I'm looking for some advice if this is the best way to do this and how
it should be coded. I'm at the 'danger to myself' level of proficiency
w/ VBA. TIA