DTPicker Question

A

Andy T

Is it possible when using a DTPicker control on a UserForm to have that
DTPicker default to the current date everytime the Userform is invoked?

Many Thanks
 
R

Ron de Bruin

Hi Andy

In a calendar control you can use this
Calendar1.Value = Date

Try this with the DTPicker also
 
Top