To export it and save it in a specific directory, you can also do:
DoCmd.OutputTo acOutputForm, "Name", acFormatXLS, "c:\Documents and Settings\My Documents\Name.xls", True
This should open Excel with the table displayed. After that, I'm not sure if you switch to an Excel macro to do the rest of the manipulation or what.