J
johnny p
We are using a commercial requirements managment app which includes the
ability to import and export word documents. During an export, this app
automatically inserts code into the document AutoOpen.MAIN sub. I want to
prevent the exported word docs AutoOpen.MAIN sub from executing and instead
execute my own custom code on startup.
Is their a method to prempt the document AutoOpen.MAIN sub (and disable it?)
programmatically? I copied my custom code into the global template
AutoOpen.MAIN hoping it would take precedence over the document
AutoOpen.MAIN, but that didn't work. Is it possible to somehow only disable
the document AutoOpen.MAIN entirely (ActiveX, registry) ? I asked the vendor
of the app but they weren't too helpful. Any suggestions will be extremely
appreciated.
ability to import and export word documents. During an export, this app
automatically inserts code into the document AutoOpen.MAIN sub. I want to
prevent the exported word docs AutoOpen.MAIN sub from executing and instead
execute my own custom code on startup.
Is their a method to prempt the document AutoOpen.MAIN sub (and disable it?)
programmatically? I copied my custom code into the global template
AutoOpen.MAIN hoping it would take precedence over the document
AutoOpen.MAIN, but that didn't work. Is it possible to somehow only disable
the document AutoOpen.MAIN entirely (ActiveX, registry) ? I asked the vendor
of the app but they weren't too helpful. Any suggestions will be extremely
appreciated.