The latest version (Version 2.3.9.2 : Changes made on Nov 3, 2020) of asdoc can now export the output from inspect command. The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.
Code:
net install asdoc, from(http://fintechprofessor.com) replace
Please note that the above line has to be copied in full. After installation of the new version, then restart Stata.

Example code and output

Code:
sysuse auto, clear

* Inspect the variable foreign
asdoc inspect foreign
Array

Code:
* Inspect all numeric variables
asdoc inspect
Please do remember to cite asdoc. To cite:
In-text citation
Tables were created using asdoc, a Stata program written by Shah (2018).

Bibliography
Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.