Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have Calendar Control 10. It allows selecting only one day, too. You
could add two Textbox controls for getting the first and last days of a range. With the following code, whatever date is highlit on the Calendar Control will appear in the TextBox when the clicks on the TextBox. Private Sub TextBox1_Enter() TextBox1.Value = Calendar1.Value End Sub Private Sub TextBox2_Enter() TextBox2.Value = Calendar1.Value End Sub Hth, Merjet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to display the excel atcive control calendar to enter dates | Excel Discussion (Misc queries) | |||
Using Calendar control to display dates | Excel Discussion (Misc queries) | |||
Hyperlink from dates in Calendar Control 11.0 | Excel Discussion (Misc queries) | |||
Use the Calendar control to fill in dates on de Bruin (last update 19 April 2004) | Excel Programming | |||
Selecting dates from ListBoxes by using RefEdit Control | Excel Programming |