meisterman
Programmer
I have a large collection of visio drawing and i've exported them up to be web accesible. The process took me much to long to do it manually with menus. I want to make a macro to run the conversion for me. I tried setting it up with
ThisDocument.SaveAs ("C://temp/test.html"
the test.html is just garbage. It is porbably Visio's .VSD with a .HTML extention.
Does anyone have any idea's about a way to make this work?
P.S. i'm a novice in VB
ThisDocument.SaveAs ("C://temp/test.html"
the test.html is just garbage. It is porbably Visio's .VSD with a .HTML extention.
Does anyone have any idea's about a way to make this work?
P.S. i'm a novice in VB