I think I solved it...If I change the file to an xlsb file, I can do all of the exporting like I used to with xls. that's good, in case I need to add macros to the Excel file later.
Here is the original code, anyway - in case I need to use xlsx, again:
Option Compare Database
Option Explicit...