So I have some VB to count the number of occurrences of groupings of characters. What I need to do now is select each of them and have them print the text. To be more specific, I had instances of carriage returns and hard returns in a data string. To be able to select within the string, I removed one character and replaced the other with a separate special character. That allowed me to find the beginning of the individual strings by using the special character (specifically CHR(8)). Basically now there is a string in my data that is (if you use this formula in excel) =CHAR(8)&"A1:". the thing is there could be 5-80 occurrences in the strings. I want it to pull the data for each one selecting as below....
A1: (1) 12345
A1: (2) 13524
A1: (3) 12453
A1: (4) 12534
A1: (5) 31425
etc...
Any help you can offer would be appreciated.
Thanks
A1: (1) 12345
A1: (2) 13524
A1: (3) 12453
A1: (4) 12534
A1: (5) 31425
etc...
Any help you can offer would be appreciated.
Thanks