B
B F Cole
I would like to open an html file with a command button.
This code doesn't seem to work. Generates a "file not found message". The
not found file is iexplore.exe.
Dim stAppName As String
stAppName = "iexplore.exe c:\db files\manual.htm"
Call Shell(stAppName, 1)
Any suggestions on opening this htm file with internet explorer?
Thanks,
Bill
This code doesn't seem to work. Generates a "file not found message". The
not found file is iexplore.exe.
Dim stAppName As String
stAppName = "iexplore.exe c:\db files\manual.htm"
Call Shell(stAppName, 1)
Any suggestions on opening this htm file with internet explorer?
Thanks,
Bill