I am trying to update a template for Word 2016 for Mac.
In the prior code, I was able to run MacScript() command to run an AppleScript that in turn ran a shell script.
It appears the only way now to run such a script is to use AppleScriptTask, which requires that the script exists already in Application Scripts folder, which presents problems when I'm trying to distribute this to other (non-savvy) users.
I'm trying to figure out alternative ways of doing this, but after weeks of research, I am still stumped.
The scripts I'm running do various things, but the most important right now is to download updated versions of the template from a website. I use ActiveX on the Windows side to do this, but can't do that on Mac.
Can anyone suggest any alternative approaches for Mac Word 2016, using VBA (only preferably)?
Thank you!