Dim replaceWith As String = ""
Dim removedBreaks As String = Line.Replace(vbCr & vbLf, replaceWith).Replace(vbLf, replaceWith).Replace(vbCr, replaceWith)
Please "Mark as Answer" if this post helps.Thank You :)
Marked as answer by shan000 on May 02, 2012 06:51 PM
AmalO.Abdull...
Contributor
3116 Points
764 Posts
Re: how to remove html tags to make a simple text
May 02, 2012 06:01 AM|LINK
try