Don't think you can do it 'dynamically' in a macro but you should be able to use VBA code to accomplish what you want...
DoCmd.SetWarnings False
DoCmd.TransferSpreadsheet acExport, acFormatXLS, "name of table (or possibly query)", "c:\db_Excel\NANGenderCalls.xls", False, ""...