I am running Stata 17 SE.

I would like to send the output of basic summary statistics commands, namely
Code:
summarize
Code:
tabulate
Code:
codebook
Code:
describe
However, I can't do the usual
Code:
putdocx table table1=etable
presumably because the summary statistics commands do not generate tables, even though their output does look a lot like tables.

For individual elements, the manual suggests
Code:
putdocx text (" ‘r(mean)’ ")
etc

But I am not interested in one element here or there to include in a largely text report...I would like to send to the docx file the whole output...