Thread
:
Run Other non microsoft applications
View Single Post
#
3
Posted to microsoft.public.excel.programming
Nigel[_2_]
external usenet poster
Posts: 735
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
Reply With Quote
Nigel[_2_]
View Public Profile
Find all posts by Nigel[_2_]