Thread
:
How do I extract the date from calendarcontrol 11.0 in Excel?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mike Fogleman
external usenet poster
Posts: 1,092
How do I extract the date from calendarcontrol 11.0 in Excel?
ActiveCell.NumberFormat = "m/d/yyyy"
ActiveCell = Calendar1.Value
Is this what you want?
Mike F
"Jacques" wrote in message
...
Could anybody help?
Reply With Quote
Mike Fogleman
View Public Profile
Find all posts by Mike Fogleman