View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike S[_3_] Mike S[_3_] is offline
external usenet poster
 
Posts: 1
Default Excel vb running a batch files and parsing output issue

I have code that creates the input file and then runs the
batch file. The batch file code compiles and runs then a
period later (depending on spead of machine) the results
are in a data file. I want to create input files (done)
run and copile code (done) read in the output files to
the excel (issues). The issue is the excel code trys to
read in files not created yet. Maybe a sleep or a
checking if the new files exist combination.