I'm trying to parse individual lines from a multiline textbox by looping through all the text and doing a string search for a vbCRLF (ie. instr(vbCRLF,textbox1.text) but I can't seem to find the character that separates the lines?
Does anyone else have a solution?
Does anyone else have a solution?