Hi Vishesh need your help on naming conventions.
Hi Vishesh,
I need VBA code to perform a check for naming conventions of about 100 excel files. It includes following tasks.
1. Asks for a path for an excel file which has about 100 file names in it, open it.
2. Ask to browse a folder which has 100 files in it. Compare each file name from that excel file in to a this folder.
3. If match doesn't found (Should be a strict match) it should create a list or highlight that files in to excel file.
I hope I am clear. I have many files that was created and named specifically as per the names given in excel sheet and wants to check the naming convention of each file that saved in a folder.
Please help me. Really Appreciate your help.
Thanks & Regards,
Bunty
you can try this to display
you can try this to display the file names:
http://excelexperts.com/VBA-Tips-List-Files-In-A-Folder
then use a MATCH formula to do the comparison.
Hi Bunty, The solution to
Hi Bunty,
The solution to your problem is a bit involved; suggest you to go through
http://excelexperts.com/contact
Hi
Let me be more specific ...
Point no3 : If VBA does not find a file which is listed on excel file then it should list these missing files .. so that i can quickly find and re work on them ...