I am using the Shell function, but I need the program/task to finish before
moving on to the next statement(s).
From the VB Help...
"By default, the Shell function runs other programs asynchronously. This
means that a program started with Shell might not finish executing before
the statements following the Shell function are executed."
Any way to take it off of default???
Thanks!
moving on to the next statement(s).
From the VB Help...
"By default, the Shell function runs other programs asynchronously. This
means that a program started with Shell might not finish executing before
the statements following the Shell function are executed."
Any way to take it off of default???
Thanks!