Community of VE/MapPoint Users and Developers
This is a discussion on I am new to mappoint, and still learning in VBA. .... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am new to mappoint, and still learning in VBA. I am writing an application in Access Projects, linked to ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| |
| |||
|
First, use the "Microsoft MapPoint Visual Basic Reference" under the "Programming Information" topic in MapPoint help for information about the MapPoint object model. Use the FindResults method with the address to do the equivalent of the Find box in MapPoint. From Help: <pre> 'Output first result of find search Set objFindResults = objApp.ActiveMap.FindResults("Seattle, WA") MsgBox "The first item in the find list is: " _ + objFindResults.Item(1).Name </pre> - Walt Cygan |
![]() |
| Tags |
| learning, mappoint, vba |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |