who know the code that display data in newline in the textbox?
A very thanks for immediate help. Thanks you for reading
Printable View
who know the code that display data in newline in the textbox?
A very thanks for immediate help. Thanks you for reading
Code:Text1.Text = "FIRST LINE" & vbCrLf _
& "SECOND LINE"
thank you. can work already^_^
Code:text1.text = text1.text & data & vbcrlf