F
Fred Jacobowitz
Using vba I know how to instantiate an explorer object but only know a few
methods.
dim goWeb as object
Set goWeb = CreateObject("InternetExplorer.Application")
oWeb=.visible
goWeb.navigate www.microsoft.com
Question1: Is there a reference to the explorer object module?
One thing I would like to do is bring the form to the top after a user has
minimized it.
Question2: Is there an active-x object that I can use on a form in excel. I
thought it might be the 'browser control' but I dont have any idea on how to
use it.
Thank you,
Fred Jacobowitz
methods.
dim goWeb as object
Set goWeb = CreateObject("InternetExplorer.Application")
oWeb=.visible
goWeb.navigate www.microsoft.com
Question1: Is there a reference to the explorer object module?
One thing I would like to do is bring the form to the top after a user has
minimized it.
Question2: Is there an active-x object that I can use on a form in excel. I
thought it might be the 'browser control' but I dont have any idea on how to
use it.
Thank you,
Fred Jacobowitz