M
MSNEWS
Hi
I'm using the word.applicationclass within my vb.net application to convert
some word documents to text files.
Is there anyway I can disable macros whilst loading the document, in Word I
can do that by running winword /a, but not sure how to add the switch using
the word.applicationclass object.
Thanks
Paul
Example code
Dim WordApp As New Word.ApplicationClass
WordApp.Documents.Open(filename, 0, 1)
I'm using the word.applicationclass within my vb.net application to convert
some word documents to text files.
Is there anyway I can disable macros whilst loading the document, in Word I
can do that by running winword /a, but not sure how to add the switch using
the word.applicationclass object.
Thanks
Paul
Example code
Dim WordApp As New Word.ApplicationClass
WordApp.Documents.Open(filename, 0, 1)