I am trying to see if the bottom line of the textbox contains a string, I know that the following will tell me if the textbox contains "a" but how do I narrow it down to just the last line?
ThanksCode:If InStr(LCase(Text1), "a") > 0 Then MsgBox "Label contains <a> character." End If


Reply With Quote
