SatsuMX
New Member
- Joined
- May 15, 2017
- Messages
- 24
Hi guys,
I'm looking to cleanup data that we are importing from Sharepoint, that comes out like this:
S, Alicia;#39;#A, Elizabeth;#121;#C, Luis;#13
As you can see, there is a pattern between the # symbols, so in this case, the desired output would be:
S, Alicia;A, Elizabeth;C, Luis;
This would be simple if there was only one instance per line, but it repeats, and the number varies in length. My first thought is that this definitely needs VBA, but I'm not sure where to start. Suggestions?
Thank you!
I'm looking to cleanup data that we are importing from Sharepoint, that comes out like this:
S, Alicia;#39;#A, Elizabeth;#121;#C, Luis;#13
As you can see, there is a pattern between the # symbols, so in this case, the desired output would be:
S, Alicia;A, Elizabeth;C, Luis;
This would be simple if there was only one instance per line, but it repeats, and the number varies in length. My first thought is that this definitely needs VBA, but I'm not sure where to start. Suggestions?
Thank you!