Control size & position of linked objects

Joined
Jul 14, 2012
Messages
1
Reaction score
0
Hi,
I am constructing a number of presentations that will have the same layout for linked objects.
I am wanting to manipulate the size and position of the linked objects with VBA while I put presentation(s) together (bascially automating / semi-automating a repetitive task)

I'm looking for code that will, while a particular slide is the current slide
1. select any linked objects and
2. change the .left property
3. change the .top property
4. change the .height & .width by adjusting the scale size of the object.

Any tips, tricks, insight welcome
 
Top