Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,570
- Office Version
- 365
- 2016
- Platform
- Windows
I'm a bit stumped ... when I enter "0:00" into textbox 'cu2_end' ....
I am returned the correct value for 'etc_cu2' which is 12:00:00 AM.
How can I get the decimal equivalent returned for 'cu2_end'?
Code:
etc_cu2 = CDate(cu2_end.Value)
Debug.Print etc_cu2
I am returned the correct value for 'etc_cu2' which is 12:00:00 AM.
How can I get the decimal equivalent returned for 'cu2_end'?