View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Andrew B[_4_] Andrew B[_4_] is offline
external usenet poster
 
Posts: 42
Default 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"