CSV Why

A

a

dear friend

I see strange action

my friends

when I save the excel file as CSV (Comma delimited ) (*.CSV)

save as normal ( like File à Save As )

no column merged in one cell no heading disappear



but when using this code from Access 2003:

ActiveWorkbook.SaveAs FileName:="D:\mfile.csv", FileFormat:=xlCSV,
CreateBackup:=False

all column merged in one cell and the first row (heading) disappear

What should i do to

Make CSV like xls in view (Column separated , row separated )

any help

thank you
 
Top