> strText = Replace(strInput, vbCrLf, "<p></p>") Works (thanks also to aardvark) > or// > strText = Replace(strInput, "\n", "<p></p>") doesn't work > > Can't remember which one of those will work...one should ;-) > Thanks David. joel