Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. homekung

    [VBA Visio] When running mode, Double Event can not handle

    This is my code Sub ClearShapeonPage() Dim shp As Visio.Shape Dim I As Long, N As Long N = ActivePage.Shapes.Count For I = N To 1 Step -1 ActivePage.Shapes(I).Delete Next End Sub Sub FirstPage() 'Enable diagram services Dim DiagramServices As Integer...
  2. homekung

    [VBA Visio] When running mode, Double Event can not handle

    When edit mode , I can double click the shape and method (that I call when click shape) is running. But when in running mode (F5) I double the shape but nothing happen What should I do ? Thanks

Part and Inventory Search

Back
Top