Good Morning All,
Can anyone help me with using VBA to do a text to column with consecutive characters. For example, I have text in a cell which reads "PN-54826 - PCBA, 2711P, 700-1500". I want to separate the text into the following:
Cell B2: PN-54826
Cell C2: PCBA, 2711P, 700-1500
I think the way to go is say to separate at "_-_" but I am not sure how to do that without having everything with a hyphen get separated.
Please help! Thanks in advance.
Can anyone help me with using VBA to do a text to column with consecutive characters. For example, I have text in a cell which reads "PN-54826 - PCBA, 2711P, 700-1500". I want to separate the text into the following:
Cell B2: PN-54826
Cell C2: PCBA, 2711P, 700-1500
I think the way to go is say to separate at "_-_" but I am not sure how to do that without having everything with a hyphen get separated.
Please help! Thanks in advance.