Call PowerPoint 2011 VBA Subroutine From AppleScript [SOLUTION]
Call PowerPoint 2011 VBA Subroutine From AppleScript [SOLUTION]
- Subject: Call PowerPoint 2011 VBA Subroutine From AppleScript [SOLUTION]
- From: Ian was here <email@hidden>
- Date: Sun, 27 Jan 2013 10:08:25 -0800 (PST)
I asked this question a while back, then found a solution. Thought I'd share. The following code calls a Sub or Function in PowerPoint 2011, setting a presentation tag value.
tell application "Microsoft PowerPoint"
set TagName to "ARG_TagName"
set TagValue to "ARG_TagValue"
tell active presentation
run VB macro macro name "AddTagToActivePresenation" list of parameters {TagName, TagValue}
end tell
end tell
_______________________________________________
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