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