J
joegarber
So I know there have been many questions about this, but the answers
I've found haven't worked for me..
I have a loop that cycles through all the shapes on the page, and I
need to access each of the connectors glued to those shapes. How can I
access the ShapeSheet of those connectors in this way?
For example, for
Shape1 --- Connector --- Shape2
I want to access Cells(".....") for the Connector. I do realize that a
Connect object is not the same as a Shape object.... so how can I reach
its shapesheet?
It's killin me that I can't do this simple thing...
I've found haven't worked for me..
I have a loop that cycles through all the shapes on the page, and I
need to access each of the connectors glued to those shapes. How can I
access the ShapeSheet of those connectors in this way?
For example, for
Shape1 --- Connector --- Shape2
I want to access Cells(".....") for the Connector. I do realize that a
Connect object is not the same as a Shape object.... so how can I reach
its shapesheet?
It's killin me that I can't do this simple thing...