D
Dan Neely
I'm working with a 3rd party document generation system that only
stores plain text. Rather than having to manually go through the
document and bold/italicize certain phrases every time I'd like to
automate the process. How would I write a macro to do it? I'd like
to use HTML style tags to indicate the formatting but am flexible in
that regard.
before the macro is run:
This sentence contains <b>bold</b> and <i>italic</i> text.
After the macro was run the text would look like this but with the
words bold and italic bolded and italicized respectively:
This sentence contains bold and italic text.
stores plain text. Rather than having to manually go through the
document and bold/italicize certain phrases every time I'd like to
automate the process. How would I write a macro to do it? I'd like
to use HTML style tags to indicate the formatting but am flexible in
that regard.
before the macro is run:
This sentence contains <b>bold</b> and <i>italic</i> text.
After the macro was run the text would look like this but with the
words bold and italic bolded and italicized respectively:
This sentence contains bold and italic text.