Convert format error

W

William Chong

Dear Mdm/Sir,

I'm using Microsoft Access 2000 to write a program.

My problem is when I using acFormatRTF to convert my data,
the result is completed. But When I using acFormatXLS to
convert, then the data was not complete been converted to
Excel file.

May I know what go wrong and how to fix it ?

Thank You !

Reg,
William
 
V

Van T. Dinh

Depending on the Excel version you selected for export, there may be a limit
of 16 K or 64 K rows.

If you have more than 16 K Records in Access, check and m
ake sure you select the right Excel format to export to.
 
W

William Chong

Dear Van,

Actually, I'm using DoCmd.OutputTo to do the convert. But
it can't display out all the data in one cell at the Excel
sheet.

Hope you can understand what I mean here and thank you.

If my data is more than 16K, How I going to write to
export to the correct Excel version ?

Thank You !

Reg,
William
 
V

Van T. Dinh

I am not sure what you meant about the display...

However, check Access VB Help on the TransferSpreadsheet Method instead.
 

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