ex :

Set ie1 = CreateObject("InternetExplorer.Application")
ie.Navigate "http://www.gmail.com"

the above code opens the gmail.com page but the url will be
something like http://www.google.com/accounts/.........

I want to get the url , whats the code for it and how to get ip address of an website

Please HELP

Debug.Print ie1.url

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.