
Calling an external program (and waiting until it's finished)
Use the Shell command. See the VBA help for information about how to
use that method.
--
Ken Slovak
[MVP - Outlook]
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Co-author of "Programming Microsoft Outlook 2000", Chapters 8-13,
Appendices, Sams
Quote:
> I am trying to run an external program (a batch file on my local
machine)
> from within VBA. When the program has finished, I want the VBA to
continue.
> Anyone know how to do this?
> Thanks in advance.
> KC