B
Bill Cunningham
I'm using VBA within a Word doc to link to an application
that resides on an intranet. The VBA passes a query string
to the other application, and opens an instance of that
application through an Internet Explorer Browser Window.
My problem is, the browser window opens underneath any
other windows that are currently open, but I need it to
open on top.
This is the code I'm using to call the other app:
LinkToWebApplication WEB_PAGE_ADDRESS & "?" &
sQueryString, WEB_SUB_PAGE_ADDRESS
Is there some trick I can add to this to insure that the
web page opens up on top of any other windows?
Thanks!
that resides on an intranet. The VBA passes a query string
to the other application, and opens an instance of that
application through an Internet Explorer Browser Window.
My problem is, the browser window opens underneath any
other windows that are currently open, but I need it to
open on top.
This is the code I'm using to call the other app:
LinkToWebApplication WEB_PAGE_ADDRESS & "?" &
sQueryString, WEB_SUB_PAGE_ADDRESS
Is there some trick I can add to this to insure that the
web page opens up on top of any other windows?
Thanks!