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
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