Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Powerpoint VBA - Assign manipulate object

rj771972

Programmer
Joined
May 17, 2013
Messages
12
Location
US
Hello,

I would like to control each shape on a slide (location, size, text). I have defined a multidimensional array with all the properties I need to control, throiugh an "all objects" loop.
I do not know how to refer to a a specific shape though.
One way to do it is to loop gain and and ask if the index of a shape equals a number corresponding to a name, but this seems a bit to complicated.

Any other way?

Thank you
 
oops, solve that. quite trivial though. sorry for the false alarm
just had to add anothere few propwerties to the object type
 

Part and Inventory Search

Sponsor

Back
Top