I want to loop the lines of my RTB and add a vbTab on each line.
How do i do this?
Printable View
I want to loop the lines of my RTB and add a vbTab on each line.
How do i do this?
don't change the text property or you'll lose the formatting. set the selectionstart then use .selectedtext = vbtab.
the rtb has a lines property that is a string array, + you can loop through that...