Import text files in Visio 2003

K

knutny

In Visio 2002 and older it was a possibility to import TAB separated text
files.

Is it anyone that know any VBA program or AddOn that do the job in Visio 2003?

Thanks!
 
J

junethesecond

It may be done by copy and paste.
1. save excel file as text file (Tab)).
2. start notepad and open text file.
3. select all and copy all text.
4. paste them on visio drawing page.
 
K

knutny

Thanks, but I do not mean that way. In Visio 2002 and older the text files
with a spesial constructions could import as a network diagram.

The file have a construction like this:

Shape: shapeID, master, text, customprop1, customprop2...
Connector: ConnectorID, master, text, customprop1, customprop2...
Link: shapeID, connector, shapeID
 
Top