View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default running command line programs from Excel

Hi Thomas,


See the Shell funciton and example in CVBA help


---
Regards,
Norman


"Thomas Moen" wrote in message
...
I have a program that I can presently only run using the command line
window
(which used to be the MS-DOS window I guess). I would like to integrate
this
program with programs I've written in VBA. Is it possible to call "DOS"
programs using VBA code?

Help would be greatly appreciated.

Cheers,

Thomas