Using VBA, how do I retrieve custom shape information from a Visio 2003 diagram.
|
|
|
|
|
|
|
To get custom shape information from a Visio shape:
All this function does is uses the cellsu property on a shape to get the custom property ShapeSheet cell by name... If you're a stickler about using the on error resume next, you can check to see if the cell exists by first checking if the cell exists:
|
|||
|
|
