G
Gerie Alards
When I convert within VBA a file from html to text file a message box appear
to
confirm because information might be lost.
for example
Documents.Open filename:=http://www.vitamine-c.nl/vitamine_c.htm,
ConfirmConversions:=False, Visible:=False
Documents(1).SaveAs "D:\t1.txt", FileFormat:=wdFormatDOSText
Documents(1).Close
because this supposed to be automated I must have to have to supress these
boxes.
thanks in advance
gerie alards
to
confirm because information might be lost.
for example
Documents.Open filename:=http://www.vitamine-c.nl/vitamine_c.htm,
ConfirmConversions:=False, Visible:=False
Documents(1).SaveAs "D:\t1.txt", FileFormat:=wdFormatDOSText
Documents(1).Close
because this supposed to be automated I must have to have to supress these
boxes.
thanks in advance
gerie alards