View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Fogleman Mike Fogleman is offline
external usenet poster
 
Posts: 1,092
Default 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?