R
Reboot327
This maybe a strange one. I want to export the connections of a simple Visio
diagram to database,csv, or XML file.
Let's say I have two objects in my diagram PLUG1 and PLUG2, both objects has
4 connection points on them A,B,C,D. In my diagram PLUG1 (A) is connected to
PLUG2(C), Also PLUG 1(C) is connected to PLUG2(D).
What I would like to see exported is something like this
PLUG1, A, PLUG2, C
PLUG1, C, PLUG2, D
PLUG2, C, PLUG1, A
PLUG2, D, PLUG1, C
Or anything like this that I can read into a program that I am making in VB
Thanks
Rob
diagram to database,csv, or XML file.
Let's say I have two objects in my diagram PLUG1 and PLUG2, both objects has
4 connection points on them A,B,C,D. In my diagram PLUG1 (A) is connected to
PLUG2(C), Also PLUG 1(C) is connected to PLUG2(D).
What I would like to see exported is something like this
PLUG1, A, PLUG2, C
PLUG1, C, PLUG2, D
PLUG2, C, PLUG1, A
PLUG2, D, PLUG1, C
Or anything like this that I can read into a program that I am making in VB
Thanks
Rob