Hello...
I'm saving a Word MailMerge template as an HTML File to upload to
create an "on-the-fly" mail merge.

what I need to do is find the << and >> and replace whats in between
them. However << and >> are special characters 174, and 175. when I
try to find them with the Find(myFile,chr(174)) CF doesn't find it.

It appears that CF can't find the symbols. Does anyone have experience
with this?

Thank you

Jim