You can open Notepad with your file as parameter like this:
Code:
Call Shell( "notepad.exe " & App.Path & Iif( Right( App.Path, 1 ) = "\", "", "\" ) & "Help.txt", vbNormalFocus )