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.
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.