Re: Missing property in PowerPoint dictionary!?
Re: Missing property in PowerPoint dictionary!?
- Subject: Re: Missing property in PowerPoint dictionary!?
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 08 Aug 2005 20:36:17 -0700
- Thread-topic: Missing property in PowerPoint dictionary!?
On 8/8/05 6:44 PM, "Hanaan Rosenthal" <email@hidden> wrote:
> Could it be that the 'space before' property of the 'paragraph
> format' object is simply missing?
Yes, you're right, Thanks for the bug report.
> It appears in the PowerPoint VBA vocabulary...
>
> Paul, would you submit a bug?
Yes, done.
>
> Any good ideas for passing the spaceBefore value from VBA back to
> AppleScript?
'do Visual Basic' still works:
tell application "Microsoft PowerPoint"
do Visual Basic "ActivePresentation.Slides(1).Shapes(2).TextFrame_
.TextRange.ParagraphFormat.SpaceBefore = 6"
end tell
--
Paul Berkowitz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden