I have a database containing 200+ columns and I need to find unique values for each column and compile into an excel file columnwise. However adding summarise tool to every column and then unique tool is too manual because i have many such databases too.
Any way I can make a batch or iterative macro to automate this process?