I haven't seen quickinfo applied to a standard shape. To apply text to a shape:
1. Make sure you are referencing the right page
2. Make sure you are referencing the same object
Code:
Set myLine = ThisDocument.Pages(1).DrawLine(5, 5, 10, 8)
With myLine
.Text = "Text"
End With
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller
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.