I have an application where the user writes data into a textbox. The first line in the text should contain character Title information. When saving the file, I want to ensure that the beginning of the file contain character data, and not blanks, vbCrLf, etc. I want to remove all data(including vbCrLf, etc) until some valid character data occurs.
I started writing something and then hit the wall, so to speak. This seems to be more complicated than I thought it would be. Anybody have some ideas on how to identify what is non-character data?