A
Anton
I'm trying to save .vsd files as Visio XML via visual basic.
I have this:
ActiveDocument.SaveAs location & name & ".vdx", where location is e.g.
"C:\" and name is e.g. "test.vsd".
Apparently that doesn't work because the file structures of vsd and
vdx are different, I guess. Anyway, I tried it this way but I got a
file named "test.vsd.vdx.vsd".
Am I using a wrong method or have I just overlooked something? Any
help would be more than welcome.
I have this:
ActiveDocument.SaveAs location & name & ".vdx", where location is e.g.
"C:\" and name is e.g. "test.vsd".
Apparently that doesn't work because the file structures of vsd and
vdx are different, I guess. Anyway, I tried it this way but I got a
file named "test.vsd.vdx.vsd".
Am I using a wrong method or have I just overlooked something? Any
help would be more than welcome.