R
Ray C
I have VBA code that opens a word document using:
objDocument.Open("C:\...")
however, some documents have macros that auto start when the document opens,
how can I tell Word to open the document and ignoe or disable the auto macros?
Thanks in advance
Ray
objDocument.Open("C:\...")
however, some documents have macros that auto start when the document opens,
how can I tell Word to open the document and ignoe or disable the auto macros?
Thanks in advance
Ray