can't open a url by using document.open

G

Gerie Alards

Hello,

I use to save html pages in to text format by open it as:

a) Documents.Open
FileName:=http://teletekst.nos.nl/tekst/101-01.html

followed by:

b) Documents(1).SaveAs "D:\tmp.txt", FileFormat:=wdFormatText


But the program does not respond anymore after a)

hope somebody can help me out

regards,
Gerie
 
Top