View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
callbr549 callbr549 is offline
external usenet poster
 
Posts: 13
Default Calendar default date

I have a userform with several objects on it including a calendar. I can't
figure out how to have the calendar default to the current date when the
userform is opened. Something I read somewhere said you have to do something
like Calendar1.value=Date, but I can't figure out where to put that line of
code. On another forum it described putting it in the Initialize event for
the calendar, but I can't find an Initialize for the calendar.