Hello,
I am trying to build a chart in VISIO from Excel VBA.
For starter I have the following code whcih does not work. I think I used the proper references.
Please advise
Thank you
Sub DrawThreeRectangles()
Dim rect1 As Visio.Shape
Dim rect2 As Visio.Shape
Dim rect3 As Visio.Shape...