Private Sub open_Click()
Call Shell("NOTEPAD.EXE", 1)
End Sub
Hi
I can open notepad application with the above code but what the code for opening a specific saved notebook file with a command button on a form. The notebook file is saved on c:\ for example.
Or.... It is just a list of numbers I want to open in notepad is there a nicer way to open a list of numbers from a command button. something like an Excel comment box?
Thanks