Hi
I use this VBA
"DoCmd.OutputTo acOutputQuery, "qry_total", acFormatXLS, "C:\Apteka\Total.xls", False
and it seems that Excel file is written with BIFF5 format, but I need to be written in BIFF8 format..What is the difference and how to do it
Thanks