Hi,
try to export table/qurey to higher version of excel using macro:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Tabelel5", "C:\T5.xls", True
this works for me.
BTW, excel is inconsistent with the cell limit. You can have more than 255 characters in one cell. They will be copied within the same instance of excel, when you try to copy between two instances, copied data is truncated.
combo