removing all links within a page

S

Steve Kay

Hello, I would like to remove all links in a document.
Is there any way to do this... Currently I only know how
to do it one link at a time. Thanks for you help.
 
G

Guest

Hi there,
Remove all the links.

I cut and pasted an html document. and now all the links
are there.
 
S

Suzanne S. Barnhill

Press Alt+F9 to display the field codes. Then use Find and Replace to search
for ^19 HYPERLINK and replace with nothing.
 
Top