batch file

  • Thread starter Thread starter Andty
  • Start date Start date
A

Andty

Hi Is there anyway i can trigger a batch file from within
an excel 2003 macro.

Cheers
 
Hi

Try something like this.

runit = Shell("c:\test.bat", 1)

HTH

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top