If I have a long string (most likely 160+ characters) and it is formated like this:
How would I, using VBA, remove all spaces from it? I'm attempting to parse the string, so removing the spaces would help greatly in doing so, I think. I'm just unsure as to how to go about it in the most efficient manner. The text file that I will be parsing will have many hundreds of lines such as this.
Thanks!
PHP:
100001000024490124336 040924 HQCWGM 0070158561 00000000000000000 000000000768612C0050123343
How would I, using VBA, remove all spaces from it? I'm attempting to parse the string, so removing the spaces would help greatly in doing so, I think. I'm just unsure as to how to go about it in the most efficient manner. The text file that I will be parsing will have many hundreds of lines such as this.
Thanks!