I'm trying to write a VS2002 VB procedure that will read in the contents of a recordset and then output it to Excel, without having to actually go through the hassle of coding each individual cell movement. I've done something similar in CSV format, using the Write and Writeline commands to place the information. However, what I can't replicate in Excel is the movement from one cell to another - if I try to insert a tab between each cell, it simply concatenates the data into one cell, with tabs in between them.

I'm going home now, but if someone knows what the solution is, I'm all ears