G
Gerie Alards
Hi,
If I download webpages and save them as Txt file a msg box pops up
every time containing the warning (translated from Dutch):
"that some object within this document are not supported by MS Office Word
and wil be lost".
How can I deactivate this warning??
I use the following code:
'pad points to a directry recording several webpages.
For i=1 to 1000
Documents.Open filename:=pad, ConfirmConversions:=False,
ReadOnly:=True, Visible:=False
Documents(1).SaveAs "D:\temp\" & stri & ".txt",
FileFormat:=wdOpenFormatRTF
Documents(1).Close
Next i
The conversion goes OK but I
If I download webpages and save them as Txt file a msg box pops up
every time containing the warning (translated from Dutch):
"that some object within this document are not supported by MS Office Word
and wil be lost".
How can I deactivate this warning??
I use the following code:
'pad points to a directry recording several webpages.
For i=1 to 1000
Documents.Open filename:=pad, ConfirmConversions:=False,
ReadOnly:=True, Visible:=False
Documents(1).SaveAs "D:\temp\" & stri & ".txt",
FileFormat:=wdOpenFormatRTF
Documents(1).Close
Next i
The conversion goes OK but I