View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default How to create a macro to open a new application

retval = Shell("Notepad.exe test.txt",1)

as an example

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Monika" <Monika @discussions.microsoft.com wrote in message
...
Can a macro be created to open a different application other than the
Microsoft programs? If so, please help!