Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
TIA for your time
Please advise on the correct code. My code below does not work Shapes("AutoShape1").characters.text = "abc" -- David |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Orientation of text in an autoshape | Excel Discussion (Misc queries) | |||
how do i get my text to follow the autoshape? | Excel Discussion (Misc queries) | |||
how do I make text fit an organisation chart autoshape box | Charts and Charting in Excel | |||
Text in autoshape not displayed | Excel Discussion (Misc queries) | |||
AutoShape - Text Update | Excel Programming |