There\'s a table named sample including only one column, body (type: text) in ms access 2010:
John12
Add this to the function:
regEx.Global = True
Then use "<[^>]*>" as the pattern.
"<[^>]*>"
Here's what I get in the Immediate window:
body = "John12" ? Replace_Regex(body, "<[^>]*>", "") John12