View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Open non MS applications

Look at Shell and Sendkeys commands

--
Regards,
Tom Ogilvy



"Frankie" wrote:

I would like to open a non MS application in running my Macro.
I just want to copy and paste a range per my spreadsheet to the editor of
that application.
How can I choose "select all" and paste the whole range in order to
overwrite all existing data in that application ? If positive, is it
possible to execute some basic commands keys (like save file ...etc) in that
application ?