Getting Custom Properties via Applescript

R

r10n

Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel The following AppleScript fails saying the 'custom document propert' object does not exist. Works for Word though. Does anyone know how to get the custom properties for a presentation via AppleScript in 2008?

tell application "Microsoft PowerPoint"
  set allDocProps to every custom document property of active presentation
    repeat with i from 1 to count allDocProps
    end repeat
end tell

Thanks.
 

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