Hi everyone. I'm new to the website and also new to using VBA in Excel.
I'm trying to create a punch time table for workers to clock in and out.
I want do add a button that each click inserts the current time in the first empty cell it encounters from left to right and from top to bottom
It starts at C13 and ends at F43
It should insert clock in time in C13 than clock out in D13 than clock in again at E13 and clock out again at F13. And than it should jump to C14 than D14, E14, F14 and so on.
Can anyone help me?
I was using a macro that filled the time in line but it didn't jump to the next days.
Thanks
I'm trying to create a punch time table for workers to clock in and out.
I want do add a button that each click inserts the current time in the first empty cell it encounters from left to right and from top to bottom
It starts at C13 and ends at F43
It should insert clock in time in C13 than clock out in D13 than clock in again at E13 and clock out again at F13. And than it should jump to C14 than D14, E14, F14 and so on.
Can anyone help me?
I was using a macro that filled the time in line but it didn't jump to the next days.
Thanks