I am looking for a vba program that will add numbers to all of the items in a selection set. The only problem is when I do this with a simple program I have to pick the items one by one in order to get the numbering in order is there anyway way to get the numbers to be in numeric order.
Sub...
so where do i head from this point. I threw that code in a simple sub and I am not sure what the result it is returning it seems like it is just returning the lenghths of the segments in the polyline.
I was actually looking for code snippets because there are a lot of polylines which I need to filter through and also my knowlegde of VBA is not the greatest. I only know enough to get into trouble. I'm not sure if I understand exactly the approach that you have mentioned I will have to...
Using VBA how would I be able to select all polylines in modelspace and "filter through" them leaving only those with a vertex from another polyline left on the screen. Any help would be greatly appriciated.