Test 7.xlsm


in the attached workbook I am trying to calculate the time picked using the already existing start stop command buttons for each line. I also want the start stop command buttonds to still perform the macro they currently are running.

To calculate the time I need it to basically start when start button is clicked and when the stop button is clicked I want it to stop the macro and give me the time difference. I need the first line to give me now() minus clock in time, and then all following time as now minus first clock in..