Hi, is there an esier way to open a text file to a form then this code.
thanks
Code:
If Left(MenuAction(Index), 2) = "-=" Then
If Right(Left(MenuAction(Index), 8), 6) = "readme" Then
Shell "notepad.exe " & App.Path & "\readme.txt", vbNormalFocus
Exit Sub
End If