G Guest Jun 16, 2004 #1 I want to open notepad from within a form. Not to sure how to do this. Any help would be appreciated. Thanks Tom
I want to open notepad from within a form. Not to sure how to do this. Any help would be appreciated. Thanks Tom
N Neil Jun 16, 2004 #2 Hello Tom, Look into the ShellExecute function. This will do what you want. Doing a search in google newsgroups will definatly return a lot of results. HTH, Neil.
Hello Tom, Look into the ShellExecute function. This will do what you want. Doing a search in google newsgroups will definatly return a lot of results. HTH, Neil.
A Albert D. Kallal Jun 16, 2004 #3 If the .txt extensions will open the file via notepad..then just use: application.FollowHyperlink "c:\my data\test.txt"
If the .txt extensions will open the file via notepad..then just use: application.FollowHyperlink "c:\my data\test.txt"