Isn't VBA Shell supposed to be asynchronous ?

Posted by Rebol Tutorial on Stack Overflow See other posts from Stack Overflow or by Rebol Tutorial
Published on 2010-05-08T21:49:29Z Indexed on 2010/05/08 21:58 UTC
Read the original article Hit count: 119

Filed under:

When I call a rebol script with

call shell("rebol.exe myscript.r")

The shell doesn't return until the script is finished. Is there a way to force VBA Shell to be asynchronous ?

© Stack Overflow or respective owner

Related posts about vba