E
Edward
Hi everyone,
I have a userform with a big textbox that users can paste any text , and I
have some procedures to insert the text in a specific location in PP. The
source for the text that people paste in the textbox has many extra return
and softreturn character , I wonder is there a way to remove those extra
characters with VBA directly in the text box?
It should be easy to load the entire text in the textbox into an array or
even a string variable , scan the array and remove the return character and
finally and populate the text box on the userform with clean text, but I Was
wondering if we can do this directly in the textbox without using an
additional array or a string variable?
I have a userform with a big textbox that users can paste any text , and I
have some procedures to insert the text in a specific location in PP. The
source for the text that people paste in the textbox has many extra return
and softreturn character , I wonder is there a way to remove those extra
characters with VBA directly in the text box?
It should be easy to load the entire text in the textbox into an array or
even a string variable , scan the array and remove the return character and
finally and populate the text box on the userform with clean text, but I Was
wondering if we can do this directly in the textbox without using an
additional array or a string variable?