can't believe the problem I am having for a simple task
I want to read cell A1 and copy that value into txtbxName.text
then go to A3 and copy that value into txtbxState.text, I need the "A" to be a variable so I can hit the "next" button and go down my sheet. I know 4 different ways this can be...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.