I'm kinda guessing what you need here. Without a more detailed description, I'm not sure what you want.
Hope this helps.
Dim IEApp As Object
Dim thestring(100) As String
Set IEApp = CreateObject("InternetExplorer.Application")
thewebsite="http://www.thewebsite.com"
IEApp.Navigate (thewebsite)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.