Hiya, whnever I use this code, I get a File Not Found exception, even though the file paths are all correct. Any ideas? thanks
Dim WordReader As String = "C:\Program Files\Microsoft Office\Office10\WINWORD.exe"
Dim HelpPath As String = "C:\Documents and Settings\Steven\Desktop\TPBData\Help.doc"
Shell(WordReader & HelpPath & "" & AppWinStyle.MaximizedFocus)