Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. magreu

    Insert a Quickinfo to a Visio-Shape using Visual Basic from Excel

    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

Part and Inventory Search

Back
Top