Hi All
I am using the following code to select a pushpin where mc1 = a ocx on the form.
Dim objPin As MapPoint.Pushpin
Set objPin = mc1.ActiveMap.FindPushpin(veh_list)
On Error GoTo er
objPin.Select
This works fine but what I also want to do is centre the map to the pin and then zoom in. Can anyone suggest the best way to do this
Thanks in advance.
![]()
![]()