Visio Guy

Visio Discussions => Programming & Code => Topic started by: Visisthebest on March 29, 2020, 09:13:52 AM

Title: Shape with connector(s) between its own connection points
Post by: Visisthebest on March 29, 2020, 09:13:52 AM
For some shapes I need to glue a connector between two connection points on the same shape (to visualize a feedback loop in some process steps), will this work fine with methods like Shape.ConnectedShapes?

Of course my own VBA code will need to filter this out when traversing through a diagram via its connections, but worried some methods/properties in Visio will cause issues with connecting shapes to themselves. Thank you for sharing your advice!