Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default vba code for inserting word art using in excel 2007

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default vba code for inserting word art using in excel 2007

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.
--
Gary''s Student - gsnu200826


"psycho802" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inserting the Excel workgroup into word Rag742 Excel Discussion (Misc queries) 0 February 14th 07 09:35 PM
Problem inserting Excel data into Word Philamental Excel Discussion (Misc queries) 6 February 14th 06 11:47 AM
Inserting and copy from a word object in Excel Alex Martinez Excel Programming 1 August 26th 05 06:35 PM
Inserting Excel Range into Word cmurphy Excel Programming 2 July 11th 05 07:30 PM
Inserting Photos into Excel and linking to Word. Uploading Photos Excel Discussion (Misc queries) 0 March 17th 05 08:05 PM


All times are GMT +1. The time now is 07:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"