ashish navale
New Member
Hi,
I have a file in which there are details of employees like first name, last name, emp id, dob etc. These details are available in sheet2. There are nearly 50-60,000 employees. My requirement is that I need a macro which will search data from sheet2 and give me output in sheet1. Eg.If I enter Michael in B2 cell of sheet1 and run the macro all names having Michael should be displayed in sheet1 under particular format as below:
A B C D E
Emp Id First Name Last Name Middle Name Birth Date
this format is on row no.4 starting from A column
Note that the same format is in sheet2. When I run Macro to search any particular name or any other detail like dob it should display all details related to it in sheet1 in same format as shown above.
Please help me.
I have a file in which there are details of employees like first name, last name, emp id, dob etc. These details are available in sheet2. There are nearly 50-60,000 employees. My requirement is that I need a macro which will search data from sheet2 and give me output in sheet1. Eg.If I enter Michael in B2 cell of sheet1 and run the macro all names having Michael should be displayed in sheet1 under particular format as below:
A B C D E
Emp Id First Name Last Name Middle Name Birth Date
this format is on row no.4 starting from A column
Note that the same format is in sheet2. When I run Macro to search any particular name or any other detail like dob it should display all details related to it in sheet1 in same format as shown above.
Please help me.