Not that I'm aware of. You haven't made it clear what/how you what to replace, but in general, I would use InStr() which "Returns the character position of the first occurrence of one string within another string". Once you've done that you could use Mid() to do the replace.
Simon Rouse