Required Date picker control

V

Vinod

Hi All,

Here I required a 'Date picker control' which should return selected date
with month and year. I need this control to place in a form.

Note: The control should work in any version of excel (excel 97 to excel
2007).

Any thoughts and VBA codes are welcome.

Advanced thanks,
Vinod
 
S

ShaneDevenshire

Hi,

Office comes with a Calendar Control which you can uses like a date picker.
1. Open the VBA Editor
2. Choose Insert, UserForm.
3. Choose Tools, Additional Controls
4. Find and check Calendar Control 11.0

This will add the calendar control to the Toolbox from which you can add it
to any form. You will need to code its actions but that's not too hard.
 
V

Vinod

Thanks ShaneDevenshire for quick response,

My objective is it has to work in all excel versions right from excel 97 to
excel 2007.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top