0 Members and 1 Guest are viewing this topic.
Wasn't sure which to use, so I checked all three. Type Library, Save As Web Type Library, and Visio Viewer 16.0 Type Library.
How can the code be changed to late binding?
AppVisio.Documents.AddEx "", 0, 0 AppVisio.Documents.OpenEx "C:\Users\1212C\Documents\My Shapes\Fry.vssx", 0 + 4 'Add Basic Stencil
... AppVisio.ActiveWindow.DeselectAll AppVisio.ActivePage.PageSheet.Cells("PlaceStyle").FormulaForceU = "1" AppVisio.ActivePage.PageSheet.Cells("RouteStyle").FormulaForceU = "5" AppVisio.ActivePage.Layout Set AppVisio = NothingEnd Sub