Hi all,
i am new to
vb.net 2003, and i have a problem that i think it has been asked for a thousand time.
i want to write data into an excel sheet(that is created with random name).first suppose that the data is separated by special delimiters(tab,space,symbol...)i.e:
Dim sv as String="Hello World"
i want to write it to an excel sheet such as:
column1|column2
Hello World
can any body please help?
best regards.