Hi Roy,
After running the above code results are not populating. Only the excel sheet is created in the folder with the naming convention "UniqueEntries".
There is no data in the sheet.
Hi Roy,
After running the above code results are not populating. Only the excel sheet is created in the folder with the naming convention "UniqueEntries".
There is no data in the sheet.
The error occurred at the end(after running the code)
Hi Roy,
Thanks for your kind help.
Tested the code, following are the observations.
1) After running the code one message box pops up. I have attached the screenshot of the same.
2) One excel file is created in the folder with the naming convention "UniqueEntries"
Request you to please assist.
Thank you for your message.
1. Yes the code should open the each workbook in the folder and run the count
2. Yes each file will have data in the same column and will have only one sheet.
3. Yes the results should populate in a new excel sheet along with the file names.
Thank you.
Hi Roy,
Thanks for your kind response. Please find the details below.
1) There are multiple excel files in a folder.
2) In column "A" of every excel file details of employee IDs are there. Employee ID is a combination of alphabet and numeric value. The example is provided in the attached excel file.
3) The employee IDs of a few employees are repeated multiple times in the same column(column "A").
4) Need a VBA to provide the count of unique values in column "A" for all the excel files in the folder.
5) The count of unique values in column "A" of each excel file should be populated in a new excel sheet along with the file names.
6) Sample excel sheet is attached. The unique value count should be 6 for the file which is attached.
Your kind help is highly appreciated.
Thank you.
Hi All,
Need your help for the requirement.
Hi All,
Need your assistance for VBA code to get count of unique values in one particular column(column "A")
There are multiple files in a folder and for all the files the data is in column "A".
VBA to generate the unique values count in separate excel sheet along with file names.
Thank You.
Hi,
Thank you for your help.
Hi Team,
I need help To Increase the width of the columns in a sheet for multiple files in a folder using VBA.