I'm doing the following proc export on a SAS 9.3 64-bit TS1M0 server version. I'm using the pc file server. I was unable to create an xlsx file so I read that it has to be an xlsb file. But when it generates it always goes to the last row of data but you can't see that row. I have to scroll up to see any data at all. Is there an option to correct this? proc export data = test outfile="d\test.xlsb" replace dbms=excelcs ; run; Thank you