Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to get started with the shell command to run my process below under 1
VBA subroutine. I've just started looking at methods to wait for the external application to complete. Any pointers would be very welcome. Thanks Here are the broad steps in my current process: Excel sub1 get list of external app1 filenames from directory1 according to inputbox transcribe files in list from .txt1 to .txt2 structure write command file com.txt for external app2 to run with .txt2 files as input end sub Command line MyBatch.bat run external app2.exe<com.txt (output is .txt3 files) exit Batch file Excel sub2 read & process .txt3 files update worksheet database end sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See:
http://www.cpearson.com/excel/ShellAndWait.htm -- Gary''s Student - gsnu200779 "David" wrote: I want to get started with the shell command to run my process below under 1 VBA subroutine. I've just started looking at methods to wait for the external application to complete. Any pointers would be very welcome. Thanks Here are the broad steps in my current process: Excel sub1 get list of external app1 filenames from directory1 according to inputbox transcribe files in list from .txt1 to .txt2 structure write command file com.txt for external app2 to run with .txt2 files as input end sub Command line MyBatch.bat run external app2.exe<com.txt (output is .txt3 files) exit Batch file Excel sub2 read & process .txt3 files update worksheet database end sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application wait question | Excel Programming | |||
Application.wait... won't! | Excel Programming | |||
Please help with Application.Wait ( ) | Excel Programming | |||
Different syntax for Application.Wait | Excel Programming | |||
application.wait help | Excel Programming |