Hi,
To make Comma delimited simply change this line (# 65)...
CsvLine.Append(.Item(j) & Chr(9))
to
CsvLine.Append(.Item(j) & ",")
These files are generated on the Server, and I then pass the link to the client in the .aspx page for downloading... (On a daily basis I clean-up the folder...)
Espavo