Thread
:
only the date part
View Single Post
#
1
Posted to microsoft.public.excel.programming
oldyork90
external usenet poster
Posts: 20
only the date part
No time component, just the date. This seems a bit much. Is this how
it's done?
Dim dt As Date: dt = Now()
Dim justDate As Date: justDate = DateValue(DatePart("m", dt) & "/" &
DatePart("d", dt) & "/" & DatePart("yyyy", dt))
Reply With Quote
oldyork90
View Public Profile
Find all posts by oldyork90