G
Guest
Being a VBA coder, rather than a spreadsheet designer, I don't play with the worksheet functions too often, and thus was somewhat surprised to discover that MS has 'updated' the TRIM function. Apparently it now removes not only the spaces at the start and end of a string, but it also replaces multiple instances of spaces within the text. This has just added a substantial amount of effort to my current task, as I now have to write a replacement function that behaves the way TRIM used to do. It wouldn't be so bad if MS had decided to include LTRIM/RTRIM. Does anyone know why they decided to do this, has it been 'fixed' in Excel 2003?