Date ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the "calendar control" to select a date that is used further down in my script. What I want to do is make sure the when the form is diplayed and the calander comes up it is set to today dates. This not happening. What is the trick to control the date value in the calendar control? TI

Sub cPickDate_Click() <----this is the calendar contro
theDate = cPickDat
theDate = Format(theDate, "mm/dd/yyyy"
End Su
 
Hi Greg

Calendar1.Value = Date

For more info see
http://www.rondebruin.nl/calendar.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


Greg said:
I am using the "calendar control" to select a date that is used further down in my script. What I want to do is make sure the when
the form is diplayed and the calander comes up it is set to today dates. This not happening. What is the trick to control the date
value in the calendar control? TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top