MonkeyDeath
Board Regular
- Joined
- Jul 19, 2007
- Messages
- 62
hi i have a code to insert a piece of word art in certain instances, but as the job progresses that wordart needs ot be removed.
the problem being is every time you put a pieceo f word art in it creates a new reference number for that word art
the code being
every time i insert a new word art the number goes up.
how do i get it to remove the word ar regardless of what it is called
the problem being is every time you put a pieceo f word art in it creates a new reference number for that word art
the code being
Code:
ActiveSheet.Shapes("WordArt 14").Select
every time i insert a new word art the number goes up.
how do i get it to remove the word ar regardless of what it is called