Good evening,
I've been working quite a lot on P&IDs (process and intrumentation diagramms) lately. Amongst the functionality I want to implement in Visio, is to display the data of the shapes in a grid/table (We're working w/ visio 2003, so the data table of 2007 is not available). So far for the introduction.
Now I discover that the shapes I have to handle don't have "correct" row names like ID, Size, Name,... but just row_1 to row_n (or even worse in localized versions - "zeile_1"...)
The actual names are in the Labels column.
Until now that worked just fine, because either in the Custom data window as well as in the reports that doesn't matter.
However when you try to access the data by vba then

and you start renaming the rows of the custom props section of every relevant shape.

Mustn't there be a simplier way to access the data by the
LABEL of the props instead? Would be pleased to read your comments.
And speaking about labels and reports, did anyone find where the #/~ยง%@# standard report layout is saved. The standard reports are just too ugly. Haven't found other solutions to format reports than to export in Excel and re-import in Visio. Writing my own report routines doesn't seem to be the right way.