Dear all at the moment I have a bit of code, that will take me to a certain line number. But what I want to do is hilight the all line, and change the higlighted background color.
your help appreciated.
Many thanks
Printable View
Dear all at the moment I have a bit of code, that will take me to a certain line number. But what I want to do is hilight the all line, and change the higlighted background color.
your help appreciated.
Many thanks
Please post the code to set the cursor to the line, so we can implement code...
but this is the main idea on how to select the line
Code:Text1.SelStart = 'the cursor
Text1.SelLenght = 'the lenght of the text to select (Len(Line))