Hello I have an activex control running in IE5 and on it i have a button that when clicked I want it to open a html page in the same window. At the moment it opens another IE5 session.
I have referenced the IE controls and set the code up as follows.
Declarations
Dim IE As SHDocVw.InternetExplorer
the button code
Set IE = CreateObject("InternetExplorer.Application"
IE.Visible = True
IE.Navigate "
Anthony.
I have referenced the IE controls and set the code up as follows.
Declarations
Dim IE As SHDocVw.InternetExplorer
the button code
Set IE = CreateObject("InternetExplorer.Application"
IE.Visible = True
IE.Navigate "
Anthony.