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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top