Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

I was trying to automate the visio creation process.
I have the following link which helped me to create certain .txt files which were then loaded in visio 2002 and the visio diagram was created.

http://urlgreyhot.com/personal/publications/automating_diagrams_with_visio[^]

Now I am able to create the required files but to load the files as mentioned in the above link what can be probable c# code
Posted
Comments
Sergey Alexandrovich Kryukov 24-Oct-11 14:47pm    
"Visio... using Excel"? No kidding? I understand -- C#, but what about Excel?
--SA
BillWoodruff 28-Oct-11 0:02am    
I would focus my search on the new technology VSTO that has replaced the old "automation" model (VBA) for Office (and that includes Visio) automation.

There are substantial MS resources on-line, and sample code, for VSTO.

As SAK wisely implies: what's the role of Excel here ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900