I have a line "Select 45 //Flat"
I used VB to find string "Select"...now how do I tell VB to select whole line which is "Select 45 //Flat" ...I can't use find "Select 45 //Flat" because 45 can be any number, so I need to select whole line (Select 45 //Flat) in textbox where that "Select" was found...how?

Thank You