Open Calendar object at today's date

J

Jedster

Does anyone know how to programatically open the Calendar object and set the Value to the current date

TI

Jedster
 
S

StCyrM

Hi

You can use the following code in the form Open

MycalendarObjectName.Value = Date()
 
Top