M
mad_hatter
Hi,
I'm new to developing in visio but have an interesting question about
table entitys.
I am reverse engineering a DB, have a page full of tables with indexes,
table names, PKs and fields - everythings good to this point.
-- BUT --
How on earth do I get at the actual physical or conceptual name property
of the table entity via VBA?
I've tried
Debug.Print vsoShape.Name & " " & vsoShape.NameID & " " & vsoShape.NameU
but these just return entitynnn - which is of no use to me.
any help greatly appreciated on this,
Thanks,
MH.
I'm new to developing in visio but have an interesting question about
table entitys.
I am reverse engineering a DB, have a page full of tables with indexes,
table names, PKs and fields - everythings good to this point.
-- BUT --
How on earth do I get at the actual physical or conceptual name property
of the table entity via VBA?
I've tried
Debug.Print vsoShape.Name & " " & vsoShape.NameID & " " & vsoShape.NameU
but these just return entitynnn - which is of no use to me.
any help greatly appreciated on this,
Thanks,
MH.