ACCESS OTHER APPLACATIONS FROM EXCEL & MACROs

  • Thread starter Thread starter Bill Evans
  • Start date Start date
B

Bill Evans

How do I call up a "C" program or another application from
Excel with a Macro, or is it even possible? Can you provide
examples?

ALSO:

Can I run a particular Macro that's in a particular file
when oppened from a DOS batch file automatically? I do not
want to use the "AUTO" file names because it will do it
everytime I open Excel. I want it for a particular file
only. If so can you provide examples?
..
 
Hi,

Not sure about the 2nd part of your question, but
to call another program from a macro, use

Shell "PrgrmName"

jeff
 
You have another response at your first post.

Bill said:
How do I call up a "C" program or another application from
Excel with a Macro, or is it even possible? Can you provide
examples?

ALSO:

Can I run a particular Macro that's in a particular file
when oppened from a DOS batch file automatically? I do not
want to use the "AUTO" file names because it will do it
everytime I open Excel. I want it for a particular file
only. If so can you provide examples?
.
 
Back
Top