Welcome to MapForums!

Register, sign in, or use Facebook Connect above to join in and participate in the forum.

When you are signed in, this message, the ads in this row, and the red-underlined link ads all go away.

Subscribe to receive our newsletter.
Subscribe Unsubscribe
Results 1 to 4 of 4

Map in same order as Excel input file

This is a discussion on Map in same order as Excel input file within the MapPoint Desktop Discussion forums, part of the Map Forums category; Is there an option to produce stops in the same order as the stops in an Excel input file? I ...

  1. #1
    gborge is offline Junior Member White Belt
    Join Date
    Oct 2006
    Posts
    1

    Map in same order as Excel input file

    Is there an option to produce stops in the same order as the stops in an Excel input file?
    I know the stop order can be changed with the Route Planner but that is too time consuming for the number of stops and routes we have.
    Has anyone changed the routing algorithm with VB?

    Thanks,

  2. #2
    Winwaed's Avatar
    Winwaed is offline Mapping-Tools.com Black Belt
    Join Date
    Feb 2004
    Location
    Irving,Texas
    Posts
    1,859
    Blog Entries
    60
    Custom programming (eg. with VB6) would be the best approach.
    It just needs to read each row, geocode (if necessary), and then add the waypoint (and pushpin if necessary).


    Spookily, the "RouteWriter" product I released last Friday does the exact opposite! Ie. exports route waypoints&pushpins to Excel whilst maintaining their order.

    Richard
    Winwaed Software Technology LLC
    http://www.winwaed.com
    See http://www.mapping-tools.com for MapPoint Tools

  3. #3
    nearlydistant is offline Junior Member White Belt
    Join Date
    Oct 2006
    Posts
    3

    Thumbs up oddly enough...

    I was searching this forum for a way to do exactly what you are asking about. I would love to find a way to create a route directly from excel addresses (or even lat/long data).

    Let me know if you either build/find the code to do this, and I will do the same.

  4. #4
    Wilfried is offline Senior Member Black Belt
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    2,433
    Hi,

    You can do this in VBA. Just add the waypoints in the right sequence in the code.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. strange order in the exported Excel flile
    By pileggi in forum MapPoint Desktop Discussion
    Replies: 0
    Last Post: 07-29-2005, 11:08 AM
  2. Export in Optimized Order to Excel
    By erkorb in forum Wish List
    Replies: 1
    Last Post: 12-06-2003, 01:24 PM
  3. Is there a way to input lines (ideally from Excel ....
    By Anonymous in forum MapPoint Desktop Discussion
    Replies: 1
    Last Post: 07-01-2002, 08:21 AM
  4. i have a file in excel that is over 2000 and mappo....
    By Anonymous in forum MapPoint Desktop Discussion
    Replies: 1
    Last Post: 11-14-2001, 09:55 AM
  5. I want to be able to export to excel a file that h....
    By Anonymous in forum MapPoint Desktop Discussion
    Replies: 1
    Last Post: 07-18-2001, 01:29 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127