Selecting word

S

sam

Below is an line where I need to convert single ">" to as ">" and not
all. How to make it...

<test> change > and not here</test>

Any help
 
H

Helmut Weber

Hi Sam,
depens on how you define "single".
Probably it's just [blank]>[blank].
Then replace [blank]>[blank] by
[blank]&gt[blank].
You don't need VBA for this.
Greetings from Bavaria, Germany
Helmut Weber
"red.sys" & chr$(64) & "t-online.de"
Word 97, NT 4.0
 
Top