Create a macro to launch notepad while in Excel.
Hi
Shell "NOTEPAD.EXE"
AppActivate "Microsoft Excel"
(tested on Win Xp Pro + Excel 2003)
HTH
Cordially
Pascal
"cheryljohnson" a écrit dans le
message de ...
I'd like to create a macro to launch notepad while in Excel. The macro
should then return to the opened spreadsheet in Excel.
|