View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D D is offline
external usenet poster
 
Posts: 121
Default Calendar Control in UserForm

I have a User Form with a command button that is set to open another form
with a Calendar Control.

I would like to have the the date choosen in my frmCalendar to then be
entered into my main form (frmLoaner) in a field named txtOrderDate. Also,
can I use this same frmCalendar to enter dates into other fields or do I need
to have seperate calendars?