View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Thomas Moen Thomas Moen is offline
external usenet poster
 
Posts: 1
Default running command line programs from Excel

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