Thread: Comments in CSV
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Katie[_6_] Katie[_6_] is offline
external usenet poster
 
Posts: 1
Default Comments in CSV

Hi

I am creating a CSV (comma seperated) file from a database so users can
import in excel etc. Basically the file contains rows of data. I want
to add a header/comment to the file (Preferably formatted html) to
maybe have information such as selected fields user date etc for the
data. Is there any way to comment stuff out in csv so that wen
importing excel doesnt treat it as import data (looking for column
delimiters etc)

thanks
:)