wordart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is their a way to rename wordart instead fo it having the defaul name of say
wortart 345

regards
 
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
 
Hi ME,

With the WordArt image selected, enter the desired name in the names box
(top, left of the column headers) and hit Enter
 
Yes - just rename it after inserting it.

'**************************

ActiveSheet.Shapes.AddTextEffect(msoTextEffect1, "Your Text Here", _
"Arial Black", 36#, msoFalse, msoFalse, 201.75, 242.25).Name =
"YourName"

'***************************


Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Naming of wordart 4
WordArt 0
Protecting WordArt objects in Excel 1
WORD ART MESSAGE BY MACRO 4
Wordart in '07 1
INFORMATION MESSAGE BY MACRO 1
Program text in wordart 5
Excel 2007 SP1 VBA Help 6

Back
Top