Hi!
I've a flowchart "MyGraph.vsd" and I would like to save it as "MyGraph.jpg" with a macro.
In my code I tried to do:
Visio.ActiveDocument.SaveAs DocPath & "MyGraph.jpg"
It creates the new file but when I open it, there's no drawing.
How can I do? Thanks in advance!
I've a flowchart "MyGraph.vsd" and I would like to save it as "MyGraph.jpg" with a macro.
In my code I tried to do:
Visio.ActiveDocument.SaveAs DocPath & "MyGraph.jpg"
It creates the new file but when I open it, there's no drawing.
How can I do? Thanks in advance!