Im new to VBA in Outlook, can't say its the nicest language.
Ok, what im trying to do - if possible, is create a tilde delimited file, for each instance of more than 1 space I need to remove it:
BEFORE:
USD United States Dollars 0.5244310047 1.9068285264
EUR Euro 0.6874394261 1.4546736222
AFTER:
USD~United~States~Dollars~0.5244310047~1.9068285264~EUR~Euro~0.6874394261~1.4546736222
Hope this makes sense.
I've looked at replace and trim and others but just isnt going to work, any help would be great.
Regards
A troubled programmer.
Ok, what im trying to do - if possible, is create a tilde delimited file, for each instance of more than 1 space I need to remove it:
BEFORE:
USD United States Dollars 0.5244310047 1.9068285264
EUR Euro 0.6874394261 1.4546736222
AFTER:
USD~United~States~Dollars~0.5244310047~1.9068285264~EUR~Euro~0.6874394261~1.4546736222
Hope this makes sense.
I've looked at replace and trim and others but just isnt going to work, any help would be great.
Regards
A troubled programmer.