anubis7000
Programmer
Greetings,
Is there a way to select or set the focus to an open browser window? Currently, I have used the following code:
Dim ie As Object
Dim ieForm As Object
Dim WebPage As String
ie = CreateObject("InternetExplorer.Application")
WebPage = "ie.Visible = True
ie.Navigate(WebPage)
to open a new browser window, but rather than open a new browser window, I would like to be able to select one that is already open.
thnx
Is there a way to select or set the focus to an open browser window? Currently, I have used the following code:
Dim ie As Object
Dim ieForm As Object
Dim WebPage As String
ie = CreateObject("InternetExplorer.Application")
WebPage = "ie.Visible = True
ie.Navigate(WebPage)
to open a new browser window, but rather than open a new browser window, I would like to be able to select one that is already open.
thnx