Thread
:
code for 24hr clock?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
code for 24hr clock?
msgbox Format(Time,"hh:mm")
as an example, from the immediate window:
? format(time,"hh:mm")
19:40
--
Regards,
Tom Ogilvy
"Skullcramp" wrote in message
...
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy