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.