Sounds like what you mean is a list of database names, table names, column names, data types and sizes?
Check the INFORMATION_SCHEMA.COLUMNS view:SELECT * FROM INFORMATION_SCHEMA.COLUMNS
Run that query in the database you wish to document, and copy the results into Excel. You can arrange/remove columns if needed.