Fullname Property Example
strLink= "http://www.google.com"
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.navigate strLink
a= objIExplorer.fullname
msgbox a
See all Methods & Properties of InternetExplorer Object here.