This is part of a code i use to download data from a webpage, what i would like to add is the ability to download urls as text so i can then use the urls separately.
Sub ProcessHTMLPage(HTMLPage As MSHTML.HTMLDocument)
Dim HTMLTable As MSHTML.IHTMLElement
Dim HTMLTables As...