V
Vondre Daniel
How can visio extract data from an internal database?
Al Edlund said:yes it is definitely doable with vba. as far as a working example I haven't
seen one. For my code (which points at Access) I've used ADO calls. One of
the resources you might consider is the Script Center on
technet.microsoft.com because vbscript is very close to vba and they have
some examples on how to connect to sql.
Al