Hi all:
I am using VB.net and Visio 2003. I am trying to take an excel file and make a visio file. I can actually use a .bat file to create the visio file using this command:
c:\Program Files\Microsoft Office\Visio11\DLL\OrgWiz.exe" \wait /FILENAME=C:\Documents and Settings\cdaniels\My Documents\scalar test\cfts.csv /UNIQUE-FIELD=UniqueID /NAME-FIELD=Item /MANAGER-FIELD=ParentID /PAGES=401 10,402 10, 403 10 /DISPLAY-FIELDS=UniqueID,Item
But there is no way to save the file and close out Visio so the automation is incomplete.
Is there a way to import that excel file in visio from VB.net?
Thanks in advance
I am using VB.net and Visio 2003. I am trying to take an excel file and make a visio file. I can actually use a .bat file to create the visio file using this command:
c:\Program Files\Microsoft Office\Visio11\DLL\OrgWiz.exe" \wait /FILENAME=C:\Documents and Settings\cdaniels\My Documents\scalar test\cfts.csv /UNIQUE-FIELD=UniqueID /NAME-FIELD=Item /MANAGER-FIELD=ParentID /PAGES=401 10,402 10, 403 10 /DISPLAY-FIELDS=UniqueID,Item
But there is no way to save the file and close out Visio so the automation is incomplete.
Is there a way to import that excel file in visio from VB.net?
Thanks in advance