How do you find and replace a line drawn in Word?
Any assistance is greatly appreciated.
Jezebel - 16 Mar 2007 14:58 GMT
You look at the page checking for the shortest distance between two points
and suddenly shout 'Eureka! I've found the line!' Then select it, delete it,
and add whatever it is you want in its place.
> How do you find and replace a line drawn in Word?
>
> Any assistance is greatly appreciated.
Frank - 16 Mar 2007 16:22 GMT
what is best way to search for shortest distance between two lines?
.
> You look at the page checking for the shortest distance between two points
> and suddenly shout 'Eureka! I've found the line!' Then select it, delete
[quoted text clipped - 3 lines]
>>
>> Any assistance is greatly appreciated.
Pat Garard - 17 Mar 2007 09:02 GMT
Several fifths of Scotch!

Signature
Regards,
Pat Garard
Melbourne, Australia
_______________________
> what is best way to search for shortest distance between two lines?
> .
[quoted text clipped - 6 lines]
>>>
>>> Any assistance is greatly appreciated.
Frank - 16 Mar 2007 15:33 GMT
Thanks tons for most timely and professional response
> How do you find and replace a line drawn in Word?
>
> Any assistance is greatly appreciated.
Jonathan West - 16 Mar 2007 17:37 GMT
> How do you find and replace a line drawn in Word?
>
> Any assistance is greatly appreciated.
Do you mean a line drawn using the drawing tools on the Drawing tools
toolbar? If so, in VBA all such lines are members of the Shapes collection.
You can iterate through the Shapes collection and delete any Shape you don't
want, on whatever basis you decide to include in your code.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Frank - 16 Mar 2007 17:54 GMT
Yes- the document has many lines in it that were drawn with the line tool. I
am new to Word and thought that there might be a easy way to find and
replace the lines with a blank space rather than having to manually go
through 117 pages looking for each line.
Comments??
> How do you find and replace a line drawn in Word?
>
> Any assistance is greatly appreciated.
Jonathan West - 19 Mar 2007 11:13 GMT
> Yes- the document has many lines in it that were drawn with the line tool.
> I am new to Word and thought that there might be a easy way to find and
> replace the lines with a blank space rather than having to manually go
> through 117 pages looking for each line.
>
> Comments??
Are all the lines in the document to be deleted? Or are there some you want
to keep?

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Frank - 17 Mar 2007 15:13 GMT
Thanks a lot mate - better you than me.
> How do you find and replace a line drawn in Word?
>
> Any assistance is greatly appreciated.