Hi Dave,
I am using DT picker and the suggested initialisation has worked a treat.
Many thanks to you.
Cheers
Ron
"Dave Peterson" wrote:
> I don't know what date picker you're using, but maybe...
>
> Option Explicit
> Private Sub UserForm_Initialize()
> Me.Calendar1.Value = Date
> End Sub
>
>
>
> ron mann wrote:
> >
> > I have a DT picker in a userform. I would like it to display the current date
> > on opening.
> >
> > Your assistance with this would be much appreciated.
> > --
> > Thanks
> >
> > Ron
>
> --
>
> Dave Peterson
>
|