Article ID: 254206 - Last Review: May 26, 2005 - Revision: 3.1 Visio5: How to Force a Dynamic Connector to Recalculate Its Path
This article was previously published under Q254206 On This PageSUMMARY
You can change the path of a dynamic connector by dragging midpoints and vertices. If you want to reset the connector's path, you can change ShapeSheet cells that control routing. This article explains how to do so, and includes sample Visual Basic for Applications code that you can use to create a macro that does this.
TIP: The procedures in this article require knowledge of the ShapeSheet window or Visual Basic for Applications. These procedures are not supported by Microsoft Technical Support. If you want to reset a connector's path without using the ShapeSheet window, simply drop a placeable shape on top of the connector, and then delete the shape. Many 2-D shapes are placeable by default. For more information, search on the word "placeable" using Visio Help. MORE INFORMATIONResetting a Dynamic Connector's PathThe value 1024 in the Misc.ObjBehavior cell of a dynamic connector's ShapeSheet window (shown in the following picture) indicates that you changed the connector's path. To reset the connector's path, you must remove this value.Collapse this image ![]() To remove the value 1024 and reset a connector's path:
Sample Visual Basic for Applications ProcedureThe following procedure steps though a selection of shapes and forces any dynamic connectors to recalculate their paths.
| Other Resources Other Support Sites
CommunityArticle Translations |





















Back to the top
