Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
when I comand to draw the polyline like: 0,0 -> 10,0 -> 10,15 -> c
I can get the property of closed is True
but if I type : 0,0 -> 10,0 -> 10,15 ->0,0
I get the of closed is False becase 1st point and last point are overlaped.
so how to delete one of endpoints with VBA?
Thanks for advicing..
Solved! Go to Solution.