P
pnp
Is there some way i can check if a macro is present.
We are on the way to deploying a global template, which contains some macro
code. Next step is then to integrate some code in our templates that calls
code in this global template.
But.... If someone for some reason hasn't received this global template,
Word will fail, complaining about the missing resource since it doesnt have
access to the function it calls.
Are there any way I (in the code) can test if the global template is
present, and then execute if present, and just cancel if it is not present.
My goal is to letting people be aware of the missing global template, but
not get any errors that opens the debug editor and so forth...
/Anders
We are on the way to deploying a global template, which contains some macro
code. Next step is then to integrate some code in our templates that calls
code in this global template.
But.... If someone for some reason hasn't received this global template,
Word will fail, complaining about the missing resource since it doesnt have
access to the function it calls.
Are there any way I (in the code) can test if the global template is
present, and then execute if present, and just cancel if it is not present.
My goal is to letting people be aware of the missing global template, but
not get any errors that opens the debug editor and so forth...
/Anders