Try saving the document as a .txt file.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
Thanks for the idea, but ... I can't do that. There's too
much other formatting that I have to keep. I can use find/replace on
formatting to get the styles applied. But unless someone can think of
another way -- I guess I'm going to have to hunt and peck and find
hundreds of drawing lines and delete them one by one.
I was hoping that somehow they might be on a different layer
that I could go to and just kill them all.
Awaiting your responses with baited breath, I remain, yours truly,
<*(((>< ~~~
~~~~~~~~~~~
>Try saving the document as a .txt file.
>
[quoted text clipped - 19 lines]
>>>> <*(((>< ~~~
>>>> ~~~~~~~~~~~
Daiya Mitchell - 18 Sep 2006 14:42 GMT
Possibly helpful:
See if you can use the Browse Object (that little circle between the double
arrows in the bottom right corner) to go Next Graphic, Next Graphic, Next
Graphic, etc. Might speed it up a little. Use the double arrow to repeat
Next Graphic, no need to bring up the circle-menu again.
Explains the browse object, if necessary:
http://daiya.mvps.org/browseobject.htm
What if you activated one, to get into the drawing layer, and tried Select
All and delete (ON A COPY)? Doesn't work?
> Thanks for the idea, but ... I can't do that. There's too
> much other formatting that I have to keep. I can use find/replace on
[quoted text clipped - 32 lines]
>>>>> <*(((>< ~~~
>>>>> ~~~~~~~~~~~

Signature
Daiya Mitchell, MVP Mac/Word
Word FAQ: http://www.word.mvps.org/
MacWord Tips: <http://word.mvps.org/Mac/WordMacHome.html>
What's an MVP? A volunteer! Read the FAQ: http://mvp.support.microsoft.com/
Doug Robbins - Word MVP - 18 Sep 2006 21:05 GMT
Use a macro containing the following code:
Dim i As Long
For i = ActiveDocument.Shapes.Count To 1 Step -1
ActiveDocument.Shapes(i).Delete
Next

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Thanks for the idea, but ... I can't do that. There's too
> much other formatting that I have to keep. I can use find/replace on
[quoted text clipped - 32 lines]
>>>>> <*(((>< ~~~
>>>>> ~~~~~~~~~~~
<*(((>< - 19 Sep 2006 18:33 GMT
Hi Doug,
You have made my Tuesday a happy one. The macro was a snap.
Thanks so much for thinking of it and posting!
:-)
Awaiting your responses with baited breath, I remain, yours truly,
<*(((>< ~~~
~~~~~~~~~~~
>Use a macro containing the following code:
>
[quoted text clipped - 39 lines]
>>>>>> <*(((>< ~~~
>>>>>> ~~~~~~~~~~~