Gday,
Ive got a string that contains a whole bunch of HTML tags - the values of
which I need to change.
For some reason the document contains a whole bunch of '<FONT SIZE=2>', I
need to search and replace all these instances with my own string value
which would be '<FONT SIZE=3><FONT TYPE=arial>'
Is there some way to do a search and replace in VB without resorting to VBA?
(I cant use VBA because this piece of code is running on a server that
doesnt have office installed.)
Thanks,
Grant