who know the code that display data in newline in the textbox? A very thanks for immediate help. Thanks you for reading
Last edited by qiqinuinaifen128; Dec 1st, 2007 at 10:25 AM.
www.swimmingclasses.com.sg www.malaysia-tractors.com www.hometuitionagency.com.sg
Code: Text1.Text = "FIRST LINE" & vbCrLf _ & "SECOND LINE"
Text1.Text = "FIRST LINE" & vbCrLf _ & "SECOND LINE"
http://cad3dmdd.ucoz.com http://www.cad3dmdd.com Daniel A. Cadsawan Jr.
thank you. can work already^_^
Last edited by qiqinuinaifen128; Dec 1st, 2007 at 10:26 AM.
Code: text1.text = text1.text & data & vbcrlf
text1.text = text1.text & data & vbcrlf
Forum Rules