I've recently received a few requests about my random map generator I created and some of its capabilities. Actually There are 2 map generators- one written in Visio VBA and another (more powerful but lacking the graphical templates at the moment) one written in VBNET.I attempted to make them as versatile as I could. The map shapes can be scaled to a particular hex size (This one is 1.25" hexes) and any paper size (this is 36" x 24") as well as labeling the hexes and including a hex center dot if desired. As a bonus, after it is randomly generated, I can edit the various layers in Visio, adding labels and special touches to the maps.
These are example maps I generated using my VBA application. I used a different technique to create the VBNET mapgen templates, and I haven't updated them yet. In addition, the generation routines themselves I haven't ported over yet to the VBNet program.

