Hi folks.
I am at a loss here and am not sure what i am doing wrong.
i am trying to click on this link:
"Document Browser
"
isn't it as simple as... (this is what i started with)
Sub clickthebutton()
Dim IE As New SHDocVw.InternetExplorer
Dim HTMLDoc As MSHTML.HTMLDocument
Dim HTMLInput...