I am trying to run a VBA macro called test in a PowerPoint called Presentation1 daily by using Windows Task Scheduler. I set up the action with the program/script being "C:\WINDOWS\system32\cmd.exe"
In the "Add Arguments" area I put:
"C:\Program Files (x86)\Microsoft Office\root\Office16\POWERPNT.EXE" /M "C:\Users\Name\Documents\Presentation1.pptm" "test"
However, the only thing that shows is this:
Does anyone know how I can make this work?