Jump to content

Mileage Matrix


lewisg
 Share

Recommended Posts

I do tech support in a multi district/school system and am required to track mileage so I wrote a quick interface for a spreadsheet created "csv" file containing the building names and mileages. It is just a graphical represention of those triangled shaped distance lookup charts seen in the corner of most state maps.

It uses a default .csv file named "mileage.csv" with an commandline option for any other cvs file.

ALT + a is a hotkey to display the .cvs file (matrix...actually an array) at anytime.

I use a spreadsheet to store my mileage form so it has a copy to clipboard feature.

I included a small example "mileage.txt" (rename to "mileage.csv") file for testing, inspection, and as an examlpe of the layout of the file. It's important to note that the "A1" cell MUST be blank and that the first column("A") and first row("1") MUST have the name of the buildings.

With over 40 buildings to service, once I got the data in the csv file, it has saved me some time. However this is once case where the old saying is very true.........YOUR MILEAGE MY VARY!!

MileageMatrix.au3

Rename to Mileage.cvs (Forum gods wouldn't let upload a cvs file)

Mileage.txt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...