vba code for inserting word art using in excel 2007

P

psycho802

can anyone have the vba code for inserting word art in excel 2007? i tried to
record a macro for inserting a word art in excel 2007, after inserting the
word art and hit the stop recording, when i check the code, no codes were
generated.

any help?

thanks
 
G

Gary''s Student

Recoreded using Excel 2002:

Sub Macro2()
'
' Macro2 Macro
' Macro recorded 1/13/2009 by James Ravenswood
'

'
ActiveSheet.Shapes.AddTextEffect(msoTextEffect14, "my text here",
"Impact", _
36#, msoFalse, msoFalse, 276.75, 136.5).Select
Application.CommandBars("WordArt").Visible = False
End Sub

perhaps 2007 is the same.
 

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

Top