Hi all,
I need to be able to count the number of characters in a line and add a "<BR>" tag, like a replace function, but I don't know the syntax. Any help would be greatly appreciated. Right now I have:
text=replace(text,vbCrLf,"<BR>"
This isn't working because there are no actual hard returns in the text. It's actually text from an email and copied and pasted into a textarea. If think if I knew how to count characters through code, I could insert a "<BR>" after a certain number... Any help would be GREATLY appreciated! Thanks in advance.
I need to be able to count the number of characters in a line and add a "<BR>" tag, like a replace function, but I don't know the syntax. Any help would be greatly appreciated. Right now I have:
text=replace(text,vbCrLf,"<BR>"
This isn't working because there are no actual hard returns in the text. It's actually text from an email and copied and pasted into a textarea. If think if I knew how to count characters through code, I could insert a "<BR>" after a certain number... Any help would be GREATLY appreciated! Thanks in advance.