A
Anonymous
I have 2 tables/range on the same worksheet which describe lines. Each line has 2 endpoints (nodes) and a length. Each node has a set of coordinates. The table/range "Coords" consists of NodeNum, XCoord,YCoord.
The Table/Range "Mylines" consists of ID, Node1, Node2, Length.The Node1, Node2 columns contain the line segment begin/end NodeNum from the Coords table.
For Each coordinate pair in the Coords table I need to find any duplicate coordinate pair and NodeNum, delete the row containing the duplicate coords, and change the NodeNum in the Node1, Node2, fields/columns of the MyLines Table. Thus line intersections will share the same NodeNum.
thanks
The Table/Range "Mylines" consists of ID, Node1, Node2, Length.The Node1, Node2 columns contain the line segment begin/end NodeNum from the Coords table.
For Each coordinate pair in the Coords table I need to find any duplicate coordinate pair and NodeNum, delete the row containing the duplicate coords, and change the NodeNum in the Node1, Node2, fields/columns of the MyLines Table. Thus line intersections will share the same NodeNum.
thanks