Most of my Visio diagrams have simple connections between shapes, and my previous post about connections used a flowchart as an example (see https://blog.bvisual.net/2016/08/09/understanding-visio-connections/ ). However, it has come to my attention that some Visio developers add connection points to sub-shapes of Visio group shapes, and then connect between the sub-shapes. This means that the code in my previous article would need to be adapted to cater for this scenario. It has also meant that I needed to update my free multiSelect Visio add-in needed an update. The updated version (1.0.6.0) is for Visio 2010+, and is available from http://bvisual.net/Products/multiSelect.aspx .
[Read more…] about Update to multiSelect & tracing sub-shape connections in VisioSelections
Using multiSelect in Visio
I have had some comments that the diagram in my previous post ( see http://blog.bvisual.net/2015/11/16/data-import-and-export-features-in-visio-2016-and-2013/ ) was a little hard to follow. May I suggest my free multiSelect add-in can help? ( see http://blog.bvisual.net/2012/07/20/multiple-selection-methods-for-visio-diagrams/ ).
In the following screenshot from Visio 2016 with multiSelect installed, I have selected the Data \ Custom Import feature shape. This makes the multiSelect ribbon tab visible, and I have ticked Options \ Pan and Zoom, and I am about to click the Shape Selection \ Parents button.
[Read more…] about Using multiSelect in VisioMultiple Selection Methods for Visio Diagrams
Much as I love using Visio, I have always felt that there are a few selection methods missing, and I often have to some extra buttons into solutions to make up for this. There are many types of diagrams that have shapes connected to each other, usually with a connector shape, and the user needs to be able to traverse these connections quickly and easily, so I have created a Visio 2010 add-in, multiSelect, that adds a lot of different selection methods that are accessible via an extra ribbon tab when ever a shape is selected.
[Read more…] about Multiple Selection Methods for Visio DiagramsSelecting Nodes in Visio PivotDiagrams
Microsoft Visio 2007 introduced PivotDiagrams to Visio Professional, and continues unchanged in Visio 2010 (see http://office.microsoft.com/en-us/visio-help/create-a-pivotdiagram-HA010357089.aspx ). These diagrams are a great way to analyse and visualize data by allowing you to breakdown data in a similar manner to PivotTables and PivotCharts in Excel. Any one who has both Microsoft Project and Visio installed will have seen that all of the extra diagram reports are in fact Visio PivotDiagrams. However, I have always found that selecting the nodes you want is difficult. In this article I will explain the problem and provide a solution … a new free add-in called PdSelect.
Update : Added new features 20 Jul 2012
In the following example PivotDiagram, I used the built-in OrgData Excel workbook as the data source. This example workbook is normally used to demonstrate the OrgChart Wizard, but I have used it to provide an alternative breakdown by Department / Reports_To / Name.
[Read more…] about Selecting Nodes in Visio PivotDiagrams