Hi everybody,
I need some code to convert all tables in a workbook to "flat" ranges (that is, retain the data, just get rid of the table structure around it)
I thought this would be fairly straightforward :
Public Sub FlattenTables()
Dim sht As Worksheet
Dim lso As ListObject
For...