J
John
Windows XP Professional; Office 2003; Internet Explorer 6
When I look in the reference dialog within Word VBA,
I do not see anything for IE 6.
Do I need to install something to have it appear? or
Does it have a funny name that is not obvious in the references?
Thanks
Dim ieApp As InternetExplorer
Private Sub Test
Set ieApp = CreateObject("InternetExplorer.Application")
Debug.Print ieApp.Version
End Sub
When I look in the reference dialog within Word VBA,
I do not see anything for IE 6.
Do I need to install something to have it appear? or
Does it have a funny name that is not obvious in the references?
Thanks
Dim ieApp As InternetExplorer
Private Sub Test
Set ieApp = CreateObject("InternetExplorer.Application")
Debug.Print ieApp.Version
End Sub