Hi,
I have a file that has a field that contains both company name and numeric data. I have tried parsing the data in excel but the company name has multiple words with each word separated by a space. I cannot figure out how to replace the spaces between the company name words with an underscore. I have been trying to add an underscore between two alpha characters. I think that would work and then I could parse it properly from there. Is there a VBA solution to this and also to parsing the data?
Can anyone help.
Thanks
Ian
I have a file that has a field that contains both company name and numeric data. I have tried parsing the data in excel but the company name has multiple words with each word separated by a space. I cannot figure out how to replace the spaces between the company name words with an underscore. I have been trying to add an underscore between two alpha characters. I think that would work and then I could parse it properly from there. Is there a VBA solution to this and also to parsing the data?
Can anyone help.
Thanks
Ian