Organizing VBA Routines, Sort Of

This is not a routine for just Visio VBA, but it will work for other Office Apps that use VBA. VBA modules do not have to have unique procedure names. As long as you do not Run the module, VBA will not complain. The VBA editor does have a drop down alphabetical list for theContinue reading “Organizing VBA Routines, Sort Of”

History of Visio Visual Section Shapes

I have been playing with Visio since 93 when customer support was on CompuServe. With Visio, I could create Business diagrams easily. Before that I was creating the diagrams by using code, including COBOL. Around version 3, Visio was the first non MS company to fully implement VBA, including the macro recorder. So since then,Continue reading “History of Visio Visual Section Shapes”

Updated Custom Property Dump

(AKA Shape Data Dump) Decades ago, I created a simple VBA script to dump a shapes Custom Properties (Aka Shape data). If I wanted to include the Custom Properties Section in documentation I had to run Show Shapesheet and take a screen capture. It was just an image. Since Visio shapes are more flexible inContinue reading “Updated Custom Property Dump”

The adventures of Visio section shapes continues

A while back I created a stencil of Visio section shapes. They were based on screen shots of the Shapesheet, I added control handles to adjust “cell” widths. The cells content was stored in Excel. I then loaded the “cell” contents from Excel. So, I had shapes that looked like Shapesheet sections, but they hadContinue reading “The adventures of Visio section shapes continues”