AppleScript go to slide

G

ghoover

Version: 2004
Operating System: Mac OS X 10.4 (Tiger)
Processor: Intel

I'm trying to write a script that changes the slide of a presentation based on input from a USB device. The problem is that the "go to slide" command fails for some reason. "go to next slide" and "go to previous slide" both work though. Here's how I'm calling:
on goto_slide(theSlide)
tell application "Microsoft PowerPoint"
go to slide (slide show view of slide show window 1) number theSlide
end tell
end goto_slide
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top