Macro for copying text between two Words.
I'm trying to do the same thing as the OP, but I think the code given by gmaxey might not be working for me because of special characters. I'm trying to search within HTML code to extract any text in between this code:
<font class="module-font-22" style="font-size: 22.0px;" color="#333333">
and this code:
</font>
Any ideas?
|