I want to know how can I create an Internet Explorer object and then open it at a certain url ??
set inet = CreateObject("Explorer.Application") ??? don't know the class name ...
thanks !
Printable View
I want to know how can I create an Internet Explorer object and then open it at a certain url ??
set inet = CreateObject("Explorer.Application") ??? don't know the class name ...
thanks !
Ok I made it works.
But I want to send keys after it opened.
Can I use the sendkeys statement ?
it doesn't seems to work ...