Modifying database properties using VBA

D

dhapola

Hi,

I have a visio database drawing consisting of over 250
tables(entities). I need to add 5 fields to each of the tables in the
drawing. This is a boring manual task to perform so i'm looking for a
solution to automate. I was searching through the Visio VBA reference
and Visio 2003 sdk but could not find any object that is close to my
requirement. does anyone know if its possible in VBA?

I'm using Visio enterprise architect.

Cheers!
D2
 
A

Al Edlund

The database modeling solution is a closed application. The api's are
unpublished.
al
 
D

dhapola

I just noticed that VisioModelingEngine inside "modeleng.dll" provides
COM interfaces to read these data but writing is very limited to one
data type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top