J
James
I am attempting to use VBA to have Visio attach a data Graphic to some shapes
I have on a page. I had tried this code
Visio.ActiveWindow.Selection.DataGraphic =
Visio.ActiveDocument.Masters("Data Graphic 2")
But, that does not work.
I have on a page. I had tried this code
Visio.ActiveWindow.Selection.DataGraphic =
Visio.ActiveDocument.Masters("Data Graphic 2")
But, that does not work.