Hi Everyone,

I am current working in something which requires me and my team to record each of their Jobs with time taken to process the jobs. I don't want to use a Userform in this case. Instead i would like to use the excel itself to enter and record my data to the next sheet.

The data should come under the following headings on the NEXT SHEET:

Name (should be the default user's name)
Date: Today()
Fund: (Should have a list box so that one can choose the particular choice)
Type of Job: (This should also be a list box)
Activity: (This should also be a list box)
Mtrack#: (textbox allowing numbers only minimum 8 digits)
Job Level: (to include 3 items- process, Review & 2nd Level review)
Comments: (This should accepts any comments words, numbers, etc possible a Text Box)
Start Time: (To start when we click a button or Rectangle box)
End Time: (This should submit the data to the next sheet including start time and end time\total time taken).

I am very new to excel programming and VBA can anyone help me with this?