View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default Run Other non microsoft applications

You can always shell the application to run it, but whether and how you
interact depends on the product you are using.

Myapp = Shell("C:\Sage.exe", 1)

AppActivate Myapp


--

Regards,
Nigel




"Abdul Shakeel" wrote in message
...
Hi All,

Could we run other non microsoft applications like Peachtree by the help
of
MS excel VBA codes or using macros. I just not want to run the other
application but also perform some other activities on that application
could
it possible....

Regards,

Shakeel