Moderators Robby Posted March 3, 2004 Moderators Posted March 3, 2004 Do you mean "Write to" , as in Update or Insert a new row? Quote Visit...Bassic Software
georgepatotk Posted March 3, 2004 Posted March 3, 2004 can you please be more specified? like what you want to achieve and what source with what component you want to use? Quote George C.K. Low
p4p800 Posted March 3, 2004 Author Posted March 3, 2004 (edited) i want to have info from a comboboxes or variables entered in a database that this program makes. how do u make this code write in difernt columns that just go to the next line Dim writer As New System.IO.StreamWriter("test.xls") writer.Writeline(ComboBox1.Items(0)) writer.Writeline(ComboBox1.Items(0)) writer.WriteLine(a) writer.Flush() writer.Close() Edited March 3, 2004 by p4p800 Quote
p4p800 Posted March 3, 2004 Author Posted March 3, 2004 i want my program to make a access database file like you can make a text file. can i do that? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.