Powerpoint VBA - How to store information 'within' shape?
问题 Say I have the following code within a sub: With square .Fill.ForeColor.RGB = RGB(255, 255, 255) .Fill.Transparency = 1 .Name = "Foo" End With I can now define searches based on its .Name and even use that name within the code (for instance, I could set some String value to the name of the shape). My question is - is there another way for me to store values 'within' a shape? Specifically, multiple Strings and Integers. If no, when I am setting the text of a shape based on some String and