How to use Microsoft Calendar Control 9.0 on a Userform

  • Thread starter Thread starter Anupam Sharma
  • Start date Start date
A

Anupam Sharma

I would like to create several date fields on a Userform where a user can
select the dates from a calendar (preferably a "fly out type of calendar").
I have not been able to find any documentation on this.

Can someone provide pointers, or a good link to figure this out?
 
Hi Anupam Sharma,

If you want a calendar with some others features, look for "Excel popup
Calendar" at this site:
http://cpap.com.br/orlando
and look for "Text Box to input dates in VBA code" too.

About how to use Microsoft Calendar Control 9.0 do this:
- Insert an Userform;
- Right click Toolbox bar
- Click on Additional Control command.
- Select Calendar Control 9.0 if it isn't select yet;
- Ok
- Drag it icon over the userform.
- Press F1 to more help about its methods, properties and events.


HTH
 
Back
Top