G
George Lee
I am creating a copy of an existing document with the following code:
Dim targetDocument As Document
Set targetDocument = myDocument.Application.Documents.Add
("d:\samples\MyDocument.doc")
The file opens fine but on some form fields, the Run Macro On Exit becomes
blank, even through the macro being run is in that document. How do I prevent
the Run Macro from being stripped?
Dim targetDocument As Document
Set targetDocument = myDocument.Application.Documents.Add
("d:\samples\MyDocument.doc")
The file opens fine but on some form fields, the Run Macro On Exit becomes
blank, even through the macro being run is in that document. How do I prevent
the Run Macro from being stripped?