Thread
:
How to remove the seconds on a mirror = cell coded in VB?
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
curlydave
external usenet poster
Posts: 206
How to remove the seconds on a mirror = cell coded in VB?
Format your range to the time format you want or you could use this
code
Range("D8") = Format(Time, "h:mm AM/PM")
Reply With Quote
curlydave
View Public Profile
Find all posts by curlydave