C
cate
I have a nice range defined and I want to trim up all the cells.
Can't I do something like
Application.WorksheetFunction.Trim(rng)
or
Application.WorksheetFunction.Trim(rng.Value2);
or
....
I can build a loop, but geezzz, these range objects are too nice to
have to fool around like that. Is there an enumerator somewhere.
Thanks
Can't I do something like
Application.WorksheetFunction.Trim(rng)
or
Application.WorksheetFunction.Trim(rng.Value2);
or
....
I can build a loop, but geezzz, these range objects are too nice to
have to fool around like that. Is there an enumerator somewhere.
Thanks