i solved this by replacing the vbLF through <br> ``` cellValue = cell.Value cellValue = Replace(cellValue, vbLf, "<br>") currentLine = currentLine & cellValue ' cell.Value ``` Thank you very much for sharing the code
i solved this by replacing the vbLF through
Thank you very much for sharing the code