Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
162 views

How to force visio to re-evalute formulas when an untrusted visio document is opened

I have a module that creates a Visio file (VDX) outside Visio. According to the SDK this refers to 'untrusted' XML. I've created my xml file by copied the Masters from my stencil and then refer to ...
1
vote
1answer
67 views

Formula for checking if a Visio ShapeSheet section is empty

I need an action in the shape context menu to be enabled only when there is at least one hyperlink (the "Hyperlinks" section is non-empty). Is there a formula for this?
0
votes
1answer
2k views

How to copy a Visio shapesheet section between shapes in VBA

Is there a method available for copying a section out of a shape to another shape using VBA? I'm specifically trying to copy all the custom properties and user cells from one pagesheet to another ...