how to deactivate msg box

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top