manonfire32
New Member
- Joined
- Jun 14, 2012
- Messages
- 2
Hello Everyone,
I have time sheet data on sheet 1(week one report) and sheet 2(week two report) that contains
Sheet 1
Employee Name, Total Reg hours for the week, Total OT Hours for the week.
EG= John Smith, 15, , 5
Sheet2
Employee Name, Total Reg hours for the week, Total OT Hours for the week.
EG= John Smith, 10, , 2
Then on sheet 3 I need to output the combined time in a format as such,
Sheet3
Employee Name, Type of time, Total Reg or OT Hours for the week.
EG= John Smith, Regular, , 25
EG= John Smith, Over Time, , 7
Obviously my challenges are that the employees can change, and the hours can change.
I was thinking about using collections to collect the data and then output on sheet 3. I am new to VB and would love some help on this subject.
Thank you,
Steve
I have time sheet data on sheet 1(week one report) and sheet 2(week two report) that contains
Sheet 1
Employee Name, Total Reg hours for the week, Total OT Hours for the week.
EG= John Smith, 15, , 5
Sheet2
Employee Name, Total Reg hours for the week, Total OT Hours for the week.
EG= John Smith, 10, , 2
Then on sheet 3 I need to output the combined time in a format as such,
Sheet3
Employee Name, Type of time, Total Reg or OT Hours for the week.
EG= John Smith, Regular, , 25
EG= John Smith, Over Time, , 7
Obviously my challenges are that the employees can change, and the hours can change.
I was thinking about using collections to collect the data and then output on sheet 3. I am new to VB and would love some help on this subject.
Thank you,
Steve