
Converting formatted text to plain text
Hi,
I have a text box in vba app.where users can paste text from external
applications. The text may have carriage return, tab or other
formatting.
But I want to make sure when we paste the text it is converted to
plain text.
Do I need to manually find vbnewline/vbkeyreturn/vbTab..ETC. AND
replace them or there is any direct way of handling this..
I would appreciate the response.. ( I am not very experienced
VBA developer)
Thanks,
Gary