Hello
Can you help me Guys about the calculation of two time
The start time and end time how I subtract it using a code in user form
Private sub Tb11_change()
Me.Tb11.value = timevalue(Tb10.value) - timevalue(tb9.value)
End sub
Can you help me Guys about the calculation of two time
The start time and end time how I subtract it using a code in user form
Private sub Tb11_change()
Me.Tb11.value = timevalue(Tb10.value) - timevalue(tb9.value)
End sub