
September 24th, 2004, 11:08 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 12
Time spent in forums: 15 m 14 sec
Reputation Power: 0
|
|
Printing Multiple URLs
Hello,
I have a long list of URLs. I am used to programming in VBA to follow hyperlinks, but can not then do anything once IE has opened the page. I would lie to have a facility to print each URL from the list. Is there a function that would have the form
RetVal = PrintURL("http://.........")
where RetVal would be an exit code letting me know success or failure.
I can read basic html, but do not normally write it.
Any help would be appreciated,
Thanks,
Alan.
|