Thank you, Macropod.
I see this in the note:
As coded, that macro will also insert the </i>, etc. after any formatted paragraph mark. To exclude the paragraph marks, change:
.Text = ""
to:
.Text = "[!^13]{1,}"
Thank you for giving me a great starting point.
I’ll try to study VBA and extend the code a little.
|