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”
Tag Archives: Visio
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”
Ugly Visio Shapes
Not all Visio shapes are pretty when they wander away from normal standards or have unnecessary embellishments, the shapes become ugly. With Visio shapes, even the shapes can be internally beautiful. Unnecessary code is ugly because it is distracting Electrical engineering shapes The Electrical engineering shapes were redone. I was interested in electronics in highContinue reading “Ugly Visio Shapes”
Visio Shape Dictionary
One thing I have been thinking about for a long time is Visio documentation for Smart Shapes. In the past new stencils were introduced with a document that out lined special “magic” that the shapes contained. Now most novice/new Visio users just assume that Visio shapes are glorified clip art. Even some of the “official”Continue reading “Visio Shape Dictionary”
Further Around the Bend
If you want to fill a shape, the basic rule is that you need consecutive line segments that form a closed loop. You can also go into the shapesheet and set the NoFill cell of the Geometry section to False. In this case, the numbers are the shapesheet row numbers, the green arrows show theContinue reading “Further Around the Bend”
Visio Shape Explorer
To be able to create the Visio Visual Section document meant, I needed to mine the information from Visio shapes. The easiest way was to let loose CellsSrc() on a series of shapes and let the code create a file of what it found. Visio is big on using enumerations, but they are not goodContinue reading “Visio Shape Explorer”
Visio Visual Sections – Update
I have added a description to each section in the Visual Sections document and added some missing details. I was able to fill in some of the blanks. A new copy is available in the Download section.
Whose my parent?
Sorry David, no pictures this time. This is a very quick post. I came across a Stack OverFlow question. The user had a shape that contained other shapes and wanted how to reference the parent shape. The posted answer…. Although there nothing like “parent”, you can use shape id directly. You need to find theContinue reading “Whose my parent?”
US Map
Earlier this month, someone asked if there was a Visio shape of the US segmented by states. The user wanted to add data to the states (Data Connectivity) and colour the states depending on that data (Data Graphics – Colour by Value). My usual recommendation is to find a suitable image in SVG format. IContinue reading “US Map”
List Container
I did not have a good spring healthwise. The worst part was not having access to a Visio machine. Thanks to the prompting from a friend, I have made it to my Visio machine to write about Visio. One thing I seem to have overlooked in my quest for being able to create Visio sectionContinue reading “List Container”