J
Jeff Hunt
I would like to scan a document until a certain sequence of characters is
found (ie, <\B22>) then select from there until another sequence (</B22>) is
found, and then apply formatting changes to any characters in between. I
tried it with find/replace, but couldn't apply all the formatting changes I
wanted correctly to the "between" characters. Plus, I need to do this for
multiple characters with different formatting, so doing it in code will speed
that up. Any ideas on the best way to do this? FYI, I am proficient at VBA
in Access and Excel, but have never coded for Word, so I'm unfamiliar with
its functions. Oh, and it's Word 2003.
Thanks!
found (ie, <\B22>) then select from there until another sequence (</B22>) is
found, and then apply formatting changes to any characters in between. I
tried it with find/replace, but couldn't apply all the formatting changes I
wanted correctly to the "between" characters. Plus, I need to do this for
multiple characters with different formatting, so doing it in code will speed
that up. Any ideas on the best way to do this? FYI, I am proficient at VBA
in Access and Excel, but have never coded for Word, so I'm unfamiliar with
its functions. Oh, and it's Word 2003.
Thanks!