R
rwagner
I need to perform a find/replace in a Word doc so that text encased in
a specific html tag is replaced with a style mathing that tag. For
instance, this:
<em>some text here</em>
<em>different text in this one</em>
should be replaced with this:
some text here <--(image that this is bold/italics)
different text in this one <-- (same comment)
I'm having trouble figuring this one out. Thanks in advance for any
guidance.
a specific html tag is replaced with a style mathing that tag. For
instance, this:
<em>some text here</em>
<em>different text in this one</em>
should be replaced with this:
some text here <--(image that this is bold/italics)
different text in this one <-- (same comment)
I'm having trouble figuring this one out. Thanks in advance for any
guidance.