Hello Experts,
I got this sentence from a previous question.
the definition is accepted by vb10
Dim sh As Shape = objsheet.Shapes.AddLabel(msoTextOrientationHorizontal, 62.25, 97.5, 72, 72)
after that i need to change text, fonsize, fontcolor, move position.
How can I manipulate the object created lines above??
So far the following sentence is not accepted:
sh.textframe.characters.text = "AAAAAAA"
regards,
here's the modified code:
Open in new window
See attached demonstration.Dave