Re: Re: Missing property in PowerPoint dictionary!?
Re: Re: Missing property in PowerPoint dictionary!?
- Subject: Re: Re: Missing property in PowerPoint dictionary!?
- From: <email@hidden>
- Date: Tue, 9 Aug 2005 10:03:04 -0400
> > Paul, would you submit a bug?
> Yes, done.
Thanks.
> 'do Visual Basic' still works:
>
> tell application "Microsoft PowerPoint"
> do Visual Basic "ActivePresentation.Slides(1).Shapes(2).TextFrame_
> .TextRange.ParagraphFormat.SpaceBefore = 6"
> end tell
This works for setting the property, but how about getting it?
What I do now is this (please, no laughing...):
1. Use AS to create shape named "temp"
2. Use VB to get the space before value from the text I want
3. Use VB to set the content of the "temp" shape to the space before value
4. Use AS to get the content of the "temp" shape
5. Use AS to delete the "temp" shape
Any better ideas?
Hanaan
_______________________________________________
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