WordArt

Joined
Jul 25, 2007
Messages
26
Reaction score
0
Can Anyone tell me how to select and delete WordArt in Excel. I created some text and how do I delete it when the WordArt number changes every time a new object is created.
Following is the code I'm trying to make work
Sub Macro10()
ActiveSheet.Shapes("WordArt 13").Select
Selection.Delete
End Sub

Thanks in advance,
GeoffreyBarnard
 

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