How can I manipulate AutoShape properties from VBA?

R

redhorse

I am trying to create an interactive presentation using VBA and ActiveX
controls, all of which is working well. However, I would like to have access
to AutoShape properties, much like I do with ActiveX controls so that I can
programatically change their name, fill color, position (Left, Top), and font
characteristics. Unfortunately, it does not look like the AutoShapes work
under the same object model as the ActiveX controls do, so I cannot access
their properties in the same way. Is there a way to do this? This would
enable me to do some fairly sophisticated animations using VBA code.
 
R

redhorse

Steve,

Thanks for all your help. I think I understand this much better now.

My point of comparison to VB is that it would be nice if shapes could have
their properties displayed in the properties window for easy editing of
initial values like their VB control counterparts.

I guess I'll just have to write my own properties box to control things like
this more easily. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top