Hi,
Am using the below code it picks the last check in time in the attendance data sheet:
Since there are multple check-ins by an employee how do I ensure I am picking the first checkin time
Sub Attendance()Dim a, b(), i As Long, ii As Long, n As Long, z As String
a =...