I would like to apply a theme I have created to a PPT presentation.
The following script runs, but afterwards the presentation is unchanged.
Suggestions?
set thePresentation to “/Users/freejak/Desktop/combined-presentation.pptx”
set theTheme to “/Users/freejak/stirling-blue-and-yellow-theme.thmx”
tell application “Microsoft PowerPoint”
activate
open thePresentation
apply theme active presentation file name theTheme
save active presentation
close active presentation
end tell
tell application “Microsoft PowerPoint”
quit
end tell
Model: Macbook Air
AppleScript: 2.2.4
Browser: Firefox 23.0
Operating System: Mac OS X (10.8)