Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PowerPoint
Message
From
18/12/2000 09:42:52
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00454355
Message ID:
00454655
Views:
28
>>I am trying to copy all shapes on a first slide and then paste it over a second one. Macro recorder produces macro with ActiveWindow approach. Unless I turn PP visible it does not work in this way for me. Anybody could help?
>
>Mark,
>
>As you've seen, PowerPoint's ActiveWindow property doesn't work unless PowerPoint is visible. I haven't found any way to access an active slide when PowerPoint is not visible, so you'll have to manage the slide objects explicitly. You can access slide 1 with:
>
oPresentation.Slides[1]
>
>Hope this helps.
>
> - della
Yes, but how to copy all the shapes? If I do .Slides(1).Copy then the whole slide 1 is pasted with a size much smaller then original one.
Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform