Dim H As Integer
Dim M As Integer
Dim S As Integer
H = Hour(Now)
M = Minute(Now)
S = Second(Now)
How do I convert the number in H from it's 24 hour time to it's AM or PM time
Dim M As Integer
Dim S As Integer
H = Hour(Now)
M = Minute(Now)
S = Second(Now)
How do I convert the number in H from it's 24 hour time to it's AM or PM time