I want to start a Mac app I've written (using Mac's Xcode) from an Excel VBA script. The app's signature is "DanT". My command is
Shell(MacID("DanT"))
If I substitute "MSWD" for "DanT" then Word starts up, as I'd expect, but with DanT there I get the message "Run-time error '68': Device unavailable". Is my command correct? Has anyone had any experience with this?
Thanks very much.
- Dan
Shell(MacID("DanT"))
If I substitute "MSWD" for "DanT" then Word starts up, as I'd expect, but with DanT there I get the message "Run-time error '68': Device unavailable". Is my command correct? Has anyone had any experience with this?
Thanks very much.
- Dan