Hi.
I have tried using this piece of code to start IE with my Help webpage.
I get a File not found error but if i type in the same path without App.Path i.e. "C:\Unzipped\DAOlike\Help\Intro.htm" It works
I have tried using this piece of code to start IE with my Help webpage.
Code:
Dim Path AS String
Path = App.Path & "\Help\Intro.htm"
openhelp = Shell("c:\program files\internet_ explorer\iexplore.exe" & Path, 1)