Community of VE/MapPoint Users and Developers
This is a discussion on Minimum Programming Software within the Development forums, part of the MapPoint 2006/2009 Discussion category; I am at a stage in a consulting contract where there's a dire need to import the minimal Excel fields/data ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Minimum Programming Software Germane setup info: Spreadsheet has 4K rows, 30ish columns. Primary sort is Col A,'Route Name', secondary Col E, 'Sched PickUpDelivery Time'. Col A has about 80 different values (by route name), with each route having 50ish rows designating deliveries. Columns H,I,J,K have operative address info for export to MP, and as you might suspect, there may be many rows (one delivery item per row) going to same address (repeating HIJK), and, a driver may need to stop at same the same address multiple times (separate legitimate instances of HIJK within a route that do need a separare pushpin). I strongly sense I should clean up everything using Excel VBA before I even call MP, but HOW MUCH VERSATILITY AND EASE DOES MAPPOINT PROGRAMMING OFFER (concatenation, ignore duplicate, etc?) that may actually make it easier then Excel? Question #2: I have accomplished some easy intro coding and manipulating MP stuff via Excel VBA (Reference'd MP 13.0 in Tools), but am noticing early on I'm missing alot of what's demo'd here and other examples. Given the scope I described above, WHAT SOFTWARE DO I ACTUALLY NEED TO WRITE MODERATELY COMPLICATED CODE FOR MAPPOINT? (VB, VB Express, can I beef up Excel VBA?) Thoughts? THANKS ! ! Scott
__________________ THANKS ! ScooterBugg |
| |||
| Re: Minimum Programming Software
Thanks Eric - For example, it won't recognize 'mappointctl.xxxx' Doesn't like... Dim objMap As MapPointctl.Map Dim objPushPin As MapPointctl.Pushpin Dim objDataSet As MapPointctl.DataSet Is dropping the "ctl" equate to the same thing? (I'm getting back into this right now) Dim objMap As MapPoint.Map Dim objPushPin As MapPoint.Pushpin Dim objDataSet As MapPoint.DataSet
__________________ THANKS ! ScooterBugg |
![]() |
| Tags |
| minimum, programming, software |
| ||||
| Posted By | For | Type | Date | |
| Using MapPoint from Word, Access and Excel - MapPoint Articles - MP2K Magazine | This thread | Refback | 09-26-2007 11:37 PM | |
| The Magazine for MapPoint - MP2K Magazine | This thread | Refback | 09-26-2007 04:40 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Minimum Distance | JDells | MapPoint Web Service and Virtual Earth | 0 | 06-05-2007 03:12 PM |
| Ambiguous messages ( programming or not programming? ) | Mohamed | MapPoint 2006/2009 Discussion | 1 | 06-13-2006 04:35 PM |
| Trying to optimize of minimum miles driven | BobFromBoston | MapPoint 2006/2009 Discussion | 2 | 04-22-2006 07:31 PM |
| Minimum Map Scale? | bryker | MapPoint 2006/2009 Discussion | 0 | 03-09-2004 05:21 PM |
| Is there a way to determine the minimum distance b.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-22-2002 05:45 AM |