You could do a Find/Replace with:
Find = empty
Replace = <HL>^&<\HL>
specifying the Hyperlink Style for the Find parameter. This adds the <HL> & <\HL> tags to the hyperlinks, though.
Alternatively, if you press Alt-F9 to expose Word's field coding, you could do a Find/Replace with:
Find = ^d HYPERLINK
Replace = <HL>^&<\HL>
Press Alt-F9 again when you're done.
No macros required.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|