vba - List the source and destination of each connector in a flowchart - Stack Overflow

admin2025-04-18  2

I need to perform the following on a Visio diagram using VBA.

Identify connection point of shapes defined by specific coordinates (e.g., Connections.X4 and Connections.Y4).
Find a connector (arrow) that is attached to this starting shape and originates from one of its connection points.

Specifically, I need to match the starting point of the connector with the connection point of the shape.

The script is not able to detect outgoing connectors.

转载请注明原文地址:http://anycun.com/QandA/1744957773a90024.html