Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is their a way to rename wordart instead fo it having the defaul name of say
wortart 345 regards |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ME,
With the WordArt image selected, enter the desired name in the names box (top, left of the column headers) and hit Enter --- Regards, Norman "ME @ Home" wrote in message ... is their a way to rename wordart instead fo it having the defaul name of say wortart 345 regards |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
duhh talk about over looking the obvious
thanks a lot "Tom Ogilvy" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
WordArt | New Users to Excel | |||
WordArt - stretching | Excel Discussion (Misc queries) | |||
Wordart in Excel | Excel Worksheet Functions | |||
wordart | Excel Programming | |||
Hiding Shapes When Not WordArt , or When WordArt Text < "Draft" | Excel Programming |