• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting Current Slide in PowerPoint
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting Current Slide in PowerPoint


  • Subject: Re: Getting Current Slide in PowerPoint
  • From: Ian was here <email@hidden>
  • Date: Fri, 14 Sep 2012 16:47:27 -0700 (PDT)

That did the trick. Thank you.



From: Mr. Barry Wainwright <email@hidden>
To: Ian was here <email@hidden>
Sent: Friday, September 14, 2012 3:45 PM
Subject: Re: Getting Current Slide in PowerPoint

tell application "Microsoft PowerPoint"
set thisSlide to slide index of slide range of selection of document window 1
get class of color scheme of slide thisSlide of active presentation
end tell
-- 
Barry

On 14 Sep 2012, at 18:36, Ian was here <email@hidden> wrote:

I'm attempting to get the currently selected slide in PowerPoint, but have been unsuccessful. I can get a slide using a slide number.


tell application "Microsoft PowerPoint"
tell slide 1 of active presentation
-- Do something with the slide.
end tell
end tell


What I would like to do is something like this:

tell selected slide of active presentation



Any help would be most appreciated.
Thanks you.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      ( _______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: Archives: http://lists.apple.com/archives/applescript-users This email sent to email@hidden
References: 
 >Getting Current Slide in PowerPoint (From: Ian was here <email@hidden>)

  • Prev by Date: Getting Current Slide in PowerPoint
  • Next by Date: Applescript-Shell Error Question
  • Previous by thread: Getting Current Slide in PowerPoint
  • Next by thread: Applescript-Shell Error Question
  • Index(es):
    • Date
    • Thread