Hi there,
I am trying to write a macro that will search for word art (in the headers)
and also search for objects (linked power point slides) in the main text and
delete both of these.
I'm not sure where to start,
any help would be great.
Thanks

Re: macro to search for and delete word art and objects by Word

Word
Thu Dec 09 05:16:41 CST 2004

G'day "Cath" <Cath@discussions.microsoft.com>,

Look for .Shapes in the ActiveDocument.storyranges(whatever) with a
.Name of "WordArt"

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Cath reckoned:

>Hi there,
>I am trying to write a macro that will search for word art (in the headers)
>and also search for objects (linked power point slides) in the main text and
>delete both of these.
>I'm not sure where to start,
>any help would be great.
>Thanks