nerdalert1
Programmer
Hello all. I have a listbox. On Enter I want to be able to start the cursor at the first position of a new line after the last character of text. I am trying to use vbCrlf but when I do this the text is taking into consideration the vbcrlf each time. So what happens is each time I keep starting a blank line down which I dont want. Its like I want to keep the cariage returns for each line but anything from the last character down I want to start in the next exact line. Hope this makes sense. Thanks all