There are times, in Visio, when you just need to ensure that the text in a primary shape is synchronised with the text in different secondary shapes … even if they are on different pages of a Visio document. My previous article, Forcing Display Update of Inherited Data Values , describes a method of synchronising the values in Shape Data rows from a central data source in the document, and that allows for the values to be viewed and edited in multiple pages or shapes. However, the text of a Visio shape is different because it is not stored in a single ShapeSheet cell, so how can you display the text of one shape in another?

In this example, I have a primary rectangle which I can edit the text of. I then have other secondary shapes that need to display the text of that primary shape.
First, you need to get the name of the of the primary shape. This can be read on the Shape Name dialog from the Developer tab.
Select the secondary shape, then click Insert \ Field \ Custom Formula.
If the primary shape is on the same page, then can be:
=SHAPETEXT(Sheet.1!TheText)
However, if the primary shape is on a different page, then a reference to that page must be included:
=SHAPETEXT(Pages[Page-1]!Sheet.1!TheText)
This short video shows this process…
My new book on Visualizing Processes with Microsoft Visio has launched
Back in the early 1990s, there was an application called ABC Flowcharter that was the market leader for diagramming business flowcharts, but some of the brains behind Aldus PageMaker saw an opportunity to create something smarter, and left to write the Visio product, with the stated aim to overtake ABC Flowcharter within 2 years. They…
Interactive Demographics of the European Union in Visio
I was recently contacted by a reader, Stanley M. Max (Towson University lecturer), who had started creating a Visio map of the 27 countries in the European Union in 2020, along with the demographics culled from Wikipedia. He wanted to know if the map and stats could be combined to make a more appealing presentation.…
Understanding Visio Data Graphic’s Color by Value
The desktop Visio editions, Visio Professional and Visio Plan 2, have a great way of automatically displaying data as Data Bars, Icon Sets, Text Callouts and Color by Value. The first three types of Data Graphics require sub-shapes to be inserted into each shape that they are applied to, but the last one, Color by…
Pushing Data Visualizer in Visio beyond its limits
My last post was about some of the lessons learnt when trying to push Data Visualizer to its limits, but this one has some ways of overcoming these limitations. The main lesson learnt is that DV binds the shapes within the DV container shape, CFF Data Visualizer, and controls some of the ShapeSheet cells that…
Pushing Data Visualizer in Visio to the limits!
Regular readers of my blog will know that I like to use the Data Visualizer (DV) in Visio Plan 2, but I recently tried to help a user who really decided to push it to the limits. In this scenario, there were multiple connections, but with different labels, being created between the same flowchart shapes,…
Setting Theme defaults in Visio
I was recently asked how to change the default font size and line weight in Visio, and then saw then many others are asking the same sort of question. I found one reasonable answer suggesting that you should create a new document from your required template, then edit the Styles to suit, and then save…
I design electrical control systems for many types of facilities. I need to link the sheet number to the page description. Right now when a customer calls I have to count through the page descriptions to guess at what the sheet number is. Can you provide a solution?
Hi !
I prepare simple tool for create reference to cells in shapes.
Brief decription you can find at my site:
https://surrogate-tm.github.io/snippets/shapesheet_en.html
There also you can find video in Russian, but you can watch
with English sub-titles.
Thanks Alex!