Simple but long question...
I am trying to treat a string but but it wont take away what LOOKS like trailing spaces at the right.
This:
Trim(CleanString(myRange.Text))
Returns a string like this (without brackets):
"Axle Box "
Right(Trim(CleanString(myRange.Text),3) returns "ox "
In my watches window, i noticed a little square sign beside the text, instead of the spaces. What is this formatting mark and what do i do?
Lil
I am trying to treat a string but but it wont take away what LOOKS like trailing spaces at the right.
This:
Trim(CleanString(myRange.Text))
Returns a string like this (without brackets):
"Axle Box "
Right(Trim(CleanString(myRange.Text),3) returns "ox "
In my watches window, i noticed a little square sign beside the text, instead of the spaces. What is this formatting mark and what do i do?
Lil