I am trying to launch a shell script with in a vba macro on Mac Office 2016 powerpoint.
I've put this line of code :
Shell "Macintosh HD:Library:Application Scripts:com.microsoft.Powerpoint:test.sh"
It's working great in powerpoint 2011 but in powerpoint 2016 it throws me an error 53 : file not found
Is there anything different on 2016 to make this work?
Thanks for your answers