Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i am trying to find a way to select last polyline created using vba command
i am sending a below command to Autocad from excel to draw polyline
MyDWG.SendCommand "Pline" & vbCr
is there a way to select the object i created and return its properties such as area
Solved! Go to Solution.