I have this code:
With uf9_poststaff
.cu2_start.Value = format(Application.WorksheetFunction.VLookup(CLng(.cu2_en.Value), rg_staff, 5, False), "hh:mm")
.cu2_end.Value = format(Application.WorksheetFunction.VLookup(CLng(.cu2_en.Value), rg_staff, 6, False), "h:mm")...