Biggerhammer
Golden Member
I'm trying to put together a simple timesheet app for my office. It doesn't need to track payroll (that's covered on paper), but it will let the boss see what the clerks are doing during the day- ie, Bill spent four hours on project X, three hours on project Y, one hour filling out paperwork such as this timesheet app.
My concept is an Excel spreadheet where Bill selects project X from a dropdown, puts in four hours, and hits update. The update button (which will probably make me dust off my old VB skills) will figure out which lines are new, copy them, and paste them into another spreadsheet. The boss will use that spreadsheet.
I'm using multiple Excel spreadsheets because the servers here are set up so that it is diffficult for more than one user to simultaneously use an Access DB. If I could change the servers, I would do this with a form in Access but the environment limits me.
Anyone know of sample code that copies lines from one spreadsheet and pastes them into another?
Thank you.
My concept is an Excel spreadheet where Bill selects project X from a dropdown, puts in four hours, and hits update. The update button (which will probably make me dust off my old VB skills) will figure out which lines are new, copy them, and paste them into another spreadsheet. The boss will use that spreadsheet.
I'm using multiple Excel spreadsheets because the servers here are set up so that it is diffficult for more than one user to simultaneously use an Access DB. If I could change the servers, I would do this with a form in Access but the environment limits me.
Anyone know of sample code that copies lines from one spreadsheet and pastes them into another?
Thank you.