View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sunspot27 sunspot27 is offline
external usenet poster
 
Posts: 4
Default Send Key to open a particular internet browser

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