Hi,
How to use Visual Basic in Excel to add a Quickinfo to a newly created shape in Visio.
Example: How to add a Quickinfo to "Line"
Sub DrawLine()
Set Line = oPage.DrawLine(5, 5, 10, 5)
With AktLine
.Text = "Text"
End With
End Sub
Thanks,
Matthias
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.