How do I eliminate spaces in a text box

M

mikris

When using the trim function how do I ensure that I don't grab spaces instead
of the 3 or 7 characters I want?

Thanks very much!
 
J

JohnFol

How do you identify the 3 or 7 characters that you want?
Trim only removes preceeding and trailing spaces.
 
Top