instanceoftime
Technical User
cell B2 has a time (24hr) 8:23:28 in it.
I want to copy this time into txtbxTime
I tried:
Me.txtbxTime.ControlSource = ("B" & 2)
but the time 8:23:28 is looking like
0.34962962962963
How can I do this?
I want to copy this time into txtbxTime
I tried:
Me.txtbxTime.ControlSource = ("B" & 2)
but the time 8:23:28 is looking like
0.34962962962963
How can I do this?