Please help me on creating a macro which search multiple sheets in a workbook with a particular column name and display the count of values in that column and display in a new sheet with sheet name and the count.
Here is my code,
Sub Click()
Dim sh As Worksheet, ws As Worksheet, LstRw As...