Hello,
im using visio 2002 and i want to store shape data in a sql database. I want to create a database table like: shape(section, row, cell, value).
What i want to know is:
a) Is it possible to read visio's datadictionary (where all information about shape sheets must be stored) using vba?
b) There seems to be no cells() object for iterating through all cells of a shape object. How can i get all informations about section, rows and cells without knowing cell names?
e.g
for each objCell in objCells
debug.print objCell.Name
next
c) Does anyone know the source code of the "database export assistant"? Where can i get this code or information about the code?
thanks for help
hbfi92
im using visio 2002 and i want to store shape data in a sql database. I want to create a database table like: shape(section, row, cell, value).
What i want to know is:
a) Is it possible to read visio's datadictionary (where all information about shape sheets must be stored) using vba?
b) There seems to be no cells() object for iterating through all cells of a shape object. How can i get all informations about section, rows and cells without knowing cell names?
e.g
for each objCell in objCells
debug.print objCell.Name
next
c) Does anyone know the source code of the "database export assistant"? Where can i get this code or information about the code?
thanks for help
hbfi92