I would like to get a table with the rectangles listed down the side
and across the top and then the elements of the table would include a
list of all the connections by namefor each pair of rectangles. This
would mean that each element of the table might have multiple entries.
[Note, if each table element had just the count of connections, this
would be an adjacency matrix.]
Any ideas how this could be done?
I would also like to build a similar table [incedence matrix] where
the rectangles are listed along the side of the table and the
connections are listed across the top. Then the table entries are
just 0 or 1 to signify if that connection is at that rectangle. Thus,
every column will have only two nonzero elements.
Any ideas how to do this?
Ray
John... Visio MVP
Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples? http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm
<rtjo...@ev1.net> wrote in message
news:3f455bba....@msnews.microsoft.com...