View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
SUZUKI SUZUKI is offline
external usenet poster
 
Posts: 4
Default How do I execute other application(*.exe) from VBA(Excel) ?

SUZUKI

"Bill Martin -- (Remove NOSPAM from addre" wrote:
Can you just try to open the output file, and if an error is detected loop back
and try again ... and again? Maybe wait 1 second first before starting the looping?
Bill


Thanks a lot.
I am very glad to know very simple and easy method presented by you.
This method, however, may consume CPU resource, and errors of too many
times may cause some trouble.
Is there more elegant and safe way to let VBA program idle until
Ap1.exe terminates.