Has anyone found a (convenient) way around the inability to change .Value of a dtpicker while .Visible is False?
I can work around it, probably by creating Public Sub SetValue(ctl As Control, ByVal NewValue As Date) but would prefer less of a kludge.
I can work around it, probably by creating Public Sub SetValue(ctl As Control, ByVal NewValue As Date) but would prefer less of a kludge.
Comment