Programming "Shape" objects
My spreadsheet contains multiple "shape" objects. I would like to be able
to
change the properties of my various shapes when certain events happen, but
the problem is I don't know the names of my shapes. How are shape objects
referenced in Visual Basic code??
Do I use the following reference format :
Worksheets(1).Shapes(1)..... etc. etc....
If I have 10 shapes on my spreadsheet does, how does Visual Basic determine
which shape gets assigned which numer or name??
Thank you!
Robert
|