VBA & the Shell command

R

Rodrugg

In the VBA help an example is given for launching
Calculator using the Shell command.
Shell("MacintoshHD:Applications:Calculator"). But this does
not work. My guess is that it doesn't work because
Calculator.app is a packaged application, so Shell sees it
as a directory and not an executable file. Does anyone know
how to launch a packaged app using the Shell command?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top