Many thanks, but had tried that with a little, but not complete luck eg, if
the user string was:
sgb test 1 (ie loads of spaces) then
Application.Trim seems to result in:
sgb test 1 (ie one space between each element of the original string)
Is that the intended result?
For my purposes, I'm looking to reduce the user's data string to one
containing no 'spaces' whatsoever.
Regards.
"JE McGimpsey" <jemcgimpsey@mvps.org> wrote in message
news:jemcgimpsey-245D6D.11162517052005@msnews.microsoft.com...
> VBA's Trim() function, unlike XL's TRIM(), doesn't remove internal
> spaces. Is that's what's not working?
>
> You could try:
>
> UsrName = Application.Trim(.TbUsrName)
>
>
>
> In article <uNnVqNwWFHA.2288@TK2MSFTNGP14.phx.gbl>,
> "Stuart" <sgbooth@totalise.co.uk> wrote:
>
>> Might be useful if I mentioned the required end result(g),
>> namely to remove leading, trailing and intermediate spaces from the
>> string.
Bookmarks