Hi I made a program that people might want to use. It recursively gets all the tags in a HTML document.
Public Sub SearchDom(myFrame As HTMLDocument, myFile As String, Optional mySpace As String = "")
On Error Resume Next
Open myFile For Append As #1
For i = 0 To...