Hey guys, likely the last time I'm asking you something but I need a little help again
Here is my loop to select the edges, that works alone
Sub CATMain()
Dim intNbEdges As Integer
Dim doc, sel, spa, ref, measurable
Dim inputObjectType(0)
Dim i As Integer
Set doc =...