Hi Matt,
Did you try with replacing CHR(13) or CHR(10) instead of VbCrLf? See if this helps.
Code:
DisplayMemo = Replace(DisplayMemo, CHR(13), "<br>", 1, -1, 1)
As the VbCrLf is intepretted differently in different apps.
Let me know if that worked.
Cheers!
_________________________
- Vijay G
Strive for Perfection