You can also use the output to method for other datatypes.
DoCmd.OutputTo , "YourTable", acFormatTXT, "C:\Test.txt"
The data types that you can use are:
acFormatASP
acFormatDAP
acFormatHTML
acFormatIIS
acFormatRTF
acFormatSNP
acFormatTXT
acFormatXLS
If you only want to transfer to an Excel file the transfer spreadsheet is better in my opinion.
HTH,
Eric