F
FMAS
I write a macro to manipulate some tags in XML documents. In previous
versions of MS Word it wasn't a problem to insert XML-documents
automatically in plain text format.
How can I either set the MS-Word defaults in order not to have XML
documents opened as XML documents or
alter the following code to have the files inserted as plain text
(unicode) files?
Selection.InsertFile FileName:= myfile$, Range:="", _
ConfirmConversions:=False, Link:=False, Attachment:=False
(of course I want to avoid having to confirm each conversion manually)
Any help is much appreciated.
Francois
versions of MS Word it wasn't a problem to insert XML-documents
automatically in plain text format.
How can I either set the MS-Word defaults in order not to have XML
documents opened as XML documents or
alter the following code to have the files inserted as plain text
(unicode) files?
Selection.InsertFile FileName:= myfile$, Range:="", _
ConfirmConversions:=False, Link:=False, Attachment:=False
(of course I want to avoid having to confirm each conversion manually)
Any help is much appreciated.
Francois