Send Key to open a particular internet browser

S

sunspot27

Hi

Could you tell me how i can use the sendkey command in VB to switch to
a particular, open internet browser.

For example: If i have google open in one browser and yahoo in the
other, how do can i open just google.

I use the following code but it jus opens one browser at random:

Sub Sendnew2()

Dim MyAppID, ReturnValue
AppActivate "Internet Explorer"

End Sub

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top