sorry for the trouble, I found the answer
' Read from the text stream and display the results.
Do While ts.AtEndOfStream True
TextLine = ts.ReadLine
Document.Write TextLine & ""
Loop
Search found 2 matches
- Fri Jun 07, 2013 12:53 pm
- Forum: Beginners
- Topic: VBScript - OpenAsTextStream usage
- Replies: 1
- Views: 5624
- Fri Jun 07, 2013 12:44 pm
- Forum: Beginners
- Topic: VBScript - OpenAsTextStream usage
- Replies: 1
- Views: 5624
VBScript - OpenAsTextStream usage
Hello, I'm trying to read a text file with hyperlinks, to open the web pages for each link and to save the scrapped data into an Excel File. I don't know what kind of test to use to determine that the open file reached the EOF. With the code below the system is freezing, as probably would be expecte...