Private Sub Command0_Click()
Dim strURL As String
strURL = "C:\test.htm"
Shell "C:\Program Files\Internet Explorer\iexplore.exe " & strURL, vbNormalFocus
End Sub
If you don't know the location Internet Explorer then use
[tt]
Shell "RUNDLL32.EXE URL.DLL,FileProtocolHandler " & strURL, vbNormalFocus
[/tt]
________________________________________________________
Zameer Abdulla
Help to find Missing people There’s a world of difference between editorials and advertorials
________________________________________________________
Zameer Abdulla
Help to find Missing people There’s a world of difference between editorials and advertorials
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.