G
gary
How can I remove the trailing space from values with a font color without losing the font color? (I'm not familiar with VBA).
How can I remove the trailing space from values with a font color without losing the font color? (I'm not familiar with VBA).
How can I remove the trailing space from values with a font color
without losing the font color? (I'm not familiar with VBA).
Hi Gary,
Assuming your data to start in A1:
(1) in another column enter the formula
= Trim(A1)
and drag the formula down as far as necessary.
(2) copy the new formula cells
(3) select A1 | Paste Special | Values
'---------------- [cut]