CodeItBetter Programming Another VB Programming Blog

How to open a new window of Internet Explorer and browse to a specific file

Posted on January 4, 2009
1
2
3
4
5
6
7
'Internet - How to open a new window of Internet Explorer and browse to a specific file
Sub Main()
    Dim MyIE As InternetExplorer
    Set MyIE = New InternetExplorer
    MyIE.Visible = True
    MyIE.Navigate2 "C:\MyFile.html"
End Sub
Filed under: Internet Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.