Thread: wordart
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default wordart

When you select it, you see the Wortart 345 in the name box. Select that
name and type in a new name. Hit enter.

Want to do it in code?

Activesheet.Shapes("WordArt 2").Name = "MyArt"

for a wordart object named WordArt 2

--
Regards,
Tom Ogilvy



"ME @ Home" wrote in message
...
is their a way to rename wordart instead fo it having the defaul name of

say
wortart 345

regards