I commonly use outreg2 to produce an Excel file containing regression results, like this:
and it works, but alongside myresults.xls it gives me a second output file, myresults.txt, which I don't want.
How can I suppress myresults.txt and only get myresults.xls?
Thanks!
Code:
outreg2 using "myresults.xls"
How can I suppress myresults.txt and only get myresults.xls?
Thanks!
Comment