TimeValue("9:00") returns 9:00:00 AM : TimeValue « Date Functions « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Date Functions
- TimeValue
TimeValue("9:00") returns 9:00:00 AM
Sub timeValueDemo()
Debug.Print timeValue("9:00")
End Sub
Related examples in the same category