shell a software with vba code

C

Carrier

In this case, i need to shell a software to calcute a result. This software
has little COM.I just use shell to auomatically run the softare to call a
created file and return the reslut from file. Usually, the software can
calculate smoothly. But a warning box may jump out and break the shell
procedure when the selected option is not proper. How can i know the jumped
msgbox so i can send a key to confirm.
 
Top