Click here to Skip to main content
15,896,287 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I have a Master sheet(Excel Sheet) which contains the columns Resource name, No: of Hours, File names and Mail id. In this sheet, i have two types of employees. ie., Permanent and temporary. we can identify the employee type based on their file names.(time sheet names). for example, permanent employee's file name will have a format such as "TS-KKCMania-hyd-" and temporary employee's file name will have a format such as "KKCMania". All the time sheet's of temporary employees are available in the master sheet itself. but, i need to fetch the permanent employees's time sheet's from other location.

The problem here is, i need to display all the time sheet's of both the temporary and permanent employye's in the same order as they were displayed in the master sheet(as like the order in Resource Name column) followed by the Consolidate Sheet.

The Sample Data in the below link will give you a more clear picture.

Click here to Download Sample Data Files
Posted
Updated 23-Apr-13 2:05am
v4

1 solution

You should read the documentation here:
http://support.microsoft.com/kb/219151[^]

IF this is a marco you could use nearly the same code, or use record macro to find out how to program what you want.
 
Share this answer
 
Comments
kkcmania 24-Apr-13 0:45am    
Thank you. but, this is not gonna help me out.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900