T
terrakian
I am using the InsertFile method to insert the contents of a text file into a
Word document, like so:
.Selection.InsertFile TextFileName, Range:="", _
ConfirmConversions:=False, link:=False, _
attachment:=False
I have found that certain text is left out after insertion by Word, e.g.
"+/-". When I try the insert file command from Word itself, a confirm
conversion box will pop up, and allow me to force a "Plain text" conversion,
which in turn leaves in the missing text after insertion. However, I cannot
find a way to force this programmatically.
Wd 2k, '03; Win XP, 2000
Any assistance would be appreciated.
Thanks.
Word document, like so:
.Selection.InsertFile TextFileName, Range:="", _
ConfirmConversions:=False, link:=False, _
attachment:=False
I have found that certain text is left out after insertion by Word, e.g.
"+/-". When I try the insert file command from Word itself, a confirm
conversion box will pop up, and allow me to force a "Plain text" conversion,
which in turn leaves in the missing text after insertion. However, I cannot
find a way to force this programmatically.
Wd 2k, '03; Win XP, 2000
Any assistance would be appreciated.
Thanks.