Good DAy All,
Its my first time h开发者_如何学编程ere, great to meet you guys.
I hope to create a spreadsheet that allows to calculate payroll in a restaurant.
The following entails what i hope to do, but sadly i know nuts of how to go about doing it as i have no experience in VBA at all.
1) To create spread sheet A with one cell to allow admin to input staff' ID. (For eg: SXXXXXXXX)
2) To create 2 buttons, one is for checking in, another or checking out.
3) the moment staff checks in, excel via VBA will miraculously forward admin to sheet B, which will dynamically indicate the date/time of check in.
Could someone please help me over here?
Thanks alot!
what about this:
- create a custom toolbar with two icons for check-in and check-out
- the check-in button links to a dialog with one field "Staff ID", plus [OK] and [Cancel] buttons
- on pressing the OK button a routine "do_the_needful" is fired
精彩评论