vba in excel 2010
-
Sunday, February 10, 2013 4:55 AM
Hi,
I want to write a batch scripting that would automatically open all excel files placed in one folder, then using a main excel file , which consists of names of employees and the other excel files name try to do a match process based on first name , last name, full name,employee id.if a match is there it should go the main excel file and under the file name it found a match it should mark a yes, or else mark a no if all the criteria ia met.or else just put a manual search required.
All Replies
-
Sunday, February 10, 2013 10:20 AM
I recommend you do this:
- Write at least some of the code in VBA.
- Post the result in an Excel forum and ask for help with the finer points.
- Proposed As Answer by Bill_StewartMicrosoft Community Contributor, Moderator Sunday, February 10, 2013 5:06 PM
- Marked As Answer by Bill_StewartMicrosoft Community Contributor, Moderator Tuesday, February 12, 2013 12:54 AM
-
Sunday, February 10, 2013 11:30 AM
Hi,
I want to write a batch scripting that would automatically open all excel files placed in one folder, then using a main excel file , which consists of names of employees and the other excel files name try to do a match process based on first name , last name, full name,employee id.if a match is there it should go the main excel file and under the file name it found a match it should mark a yes, or else mark a no if all the criteria ia met.or else just put a manual search required.
1. This cannot be done wit a batch script. You need to use PowerShell or another real scripting language.
2. Your question is very hard to understand. You need to think through it carefully and repost with a clear and complete question.
3. We do not write scripts on demand.
¯\_(ツ)_/¯
- Proposed As Answer by Bill_StewartMicrosoft Community Contributor, Moderator Sunday, February 10, 2013 5:08 PM

