I am running Stata code which gives two tables from a single command. I wish to export the first of these tables to excel, however, cannot seem to find a way to. It appears that Stata will export the second one by default.

Is there a way I can either switch the output order from the tables, or export both tables to excel?

For example, the following code gives two tables:

Code:
sysuse auto 
regress price weight mpg
How can I export both tables to Excel?

I have tried with the likes of
Code:
outreg2
`,
Code:
esttab
, and
Code:
putexcel