Hi there,
I am very new to Mappoint.
After to have added an auto shape to the map, if you want to delete it later, how do you delete the Autoshape?
I am hoping that the answer is simple. Thanks a lot.
Alex
This is a discussion on How do you delete an Autoshape after you have added it? within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi there, I am very new to Mappoint. After to have added an auto shape to the map, if you ...
Hi there,
I am very new to Mappoint.
After to have added an auto shape to the map, if you want to delete it later, how do you delete the Autoshape?
I am hoping that the answer is simple. Thanks a lot.
Alex
Dim shp As MapPoint.Shape
For Each shp In MappointControl1.ActiveMap.Shapes
If shp.Name = <the name of your shape> Then
shp.Delete
'if only one shape then you can 'Exit For' at this point
End If
Next
M.
Ok. I will try this. Thank you.
Alex
There are currently 1 users browsing this thread. (0 members and 1 guests)