David Parker wrote a very useful article about how any shapesheet cell can be updated with external data:
https://bvisual.net/2022/04/18/update-any-visio-shapesheet-cell-with-external-data/It involves very simply:
"This can be fixed by entering a SETATREF(…) function into the Shape Data value cells whose values you want to re-direct to another cell."
Unfortunately this doesn't work when I do this, even though the data graphics work fine, refreshing the data works fine, but not on the Shape Data row I put the SETATREF() on, as per David's instructions:
"This can be fixed by entering a SETATREF(…) function into the Shape Data value cells whose values you want to re-direct to another cell. In this case the formulas =SETATREF(Width) and =SETATREF(Height), are entered into the Prop._visDM_Width.Value and Prop._visDM_Height.Value cells."
Any idea why this doesn't work? Thank you for sharing your insights!