add text to AutoShape
Hi
This works:
ActiveSheet.Shapes("AutoShape1").TextFrame.Charact ers.Text = "abc"
Regards
Andrew B
David wrote:
TIA for your time
Please advise on the correct code. My code below does not work
Shapes("AutoShape1").characters.text = "abc"
|