View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nortron Nortron is offline
external usenet poster
 
Posts: 1
Default Command line program use in VBA

I need to use some old application (written in FORTRAN, but I haven't
got a source code of this application) in macro in Excel. I want to
communicate with this command line application, send some keys and
receive result. I have tried the SendKeys function but it doesn't
work properly. If you have some experience with this things, give an
advice, please.