Date Selection Userform

A

Archie

Hi,

I would like to use a 'Date Selection' userform in a VBA code
It should be possible to select the Month/Year and the Day,

Does anybody have such a userform for me?

Lotus Notes users would know exactly what I mean.

Archie
 
P

Patrick Molloy

There's a DateTimePicker control that allows you to pick a date from a
calendar control. With the userform in design, right click the tools menu
and select more controls, then browse for the datetime picker control
 
Top