View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1327_] Rick Rothstein \(MVP - VB\)[_1327_] is offline
external usenet poster
 
Posts: 1
Default Calendar Control

Here's a simple one for you but I am befuddled........

I have a form with a Calendar. How can I get this calendar to be set to
the current date when this form is opened? Right now it is opening to the
date that I created the calendar. I have tried different things in the
properties ... no luck.


How about this?

Calendar1.Value = Date

Rick