View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Simpson Jim Simpson is offline
external usenet poster
 
Posts: 21
Default Problem using Excel's "Shell" command

After calling a Perl script from an Excel 2000 macro using the "Shell"
command, the Macro continues to execute. How can I cause it to wait until
Perl is finished so that I can return to the macro?

Thanks for all help.

Jim