I have searched and searched and could not find anything close to my problem.
I have a command button, cmdsubmit
When clicked
I need it to open up another workbook named timesheets
In this workbook it has worksheets named by the job number
I have a1,a2,a3,
a1- Name
a2- Date
a3-Job number
a4-hours
If cell a3 has a job number in it
I need it to go to that sheet (named the job number)
and find the cell where the name and job intersect and put the value of a4 in it.
TimeSheets looks like this
5/10 5/11 5/12
Bob
John
Bill
Jake
Any help on this is greatly appreciated
Thanks in Advance
I have a command button, cmdsubmit
When clicked
I need it to open up another workbook named timesheets
In this workbook it has worksheets named by the job number
I have a1,a2,a3,
a1- Name
a2- Date
a3-Job number
a4-hours
If cell a3 has a job number in it
I need it to go to that sheet (named the job number)
and find the cell where the name and job intersect and put the value of a4 in it.
TimeSheets looks like this
5/10 5/11 5/12
Bob
John
Bill
Jake
Any help on this is greatly appreciated
Thanks in Advance