View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
papou papou is offline
external usenet poster
 
Posts: 110
Default 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.