C
Chad Knudson
I have a template that contains a small document manager
utility to let the user pick from a list of documents to
generate. The macro then creates a new document based on
a document template. So the manager creates newDoc based
on a template. I want the manager to call a macro named
CustomProcessing in the template that newDoc is based
upon but every time I try it I get an error about "Run-
time error -2147352573 (80020003) Unable to run the
specified macro". Every document template that my new
documents are based on contain a macro named
CustomProcessing.
What are the pre-requisites to being able to call that
macro from my document manager code?
utility to let the user pick from a list of documents to
generate. The macro then creates a new document based on
a document template. So the manager creates newDoc based
on a template. I want the manager to call a macro named
CustomProcessing in the template that newDoc is based
upon but every time I try it I get an error about "Run-
time error -2147352573 (80020003) Unable to run the
specified macro". Every document template that my new
documents are based on contain a macro named
CustomProcessing.
What are the pre-requisites to being able to call that
macro from my document manager code?