Setting font size in PowerPoint
Setting font size in PowerPoint
- Subject: Setting font size in PowerPoint
- From: Graham Sims <email@hidden>
- Date: Thu, 3 Apr 2008 08:31:44 +0100
I want to produce a short script which will alter the size of selected text in a text box in PowerPoint (2008). Something like:
tell application "Microsoft PowerPoint" set fontsize to font size of text selection set fontsize to (fontsize + 2) set font size of text selection to fontsize end tell
except that doesn't work. The problem lies initially in directing the script to the text that is selected.
Any help would be appreciated.
Thanks.
Graham
|
_______________________________________________
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