Help !!
I have created a microsoft excel spreadsheet but what I'm trying to do is open a readme.txt when the user presses a button.
Any suggestions.
Stef.
This is a discussion on Vb within the Windows Programming forums, part of the Platform Specific Boards category; Help !! I have created a microsoft excel spreadsheet but what I'm trying to do is open a readme.txt when ...
Help !!
I have created a microsoft excel spreadsheet but what I'm trying to do is open a readme.txt when the user presses a button.
Any suggestions.
Stef.
Attach the button with a macro which contains:
shell "notepad.exe readme.txt"
// Gliptic