Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to limit the calendar control to go from a specific date to a
specific end date? For example, I have the control that comes up when a cell is selected but need the calendar to be limited from Sep 1 2005 through Dec 31 2006 (only those dates available for choice). Any input would be appreciated! Thank you! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could limit it programmatically by responding to the user's selection.
Alternatively, I find DTPicker (Microsoft Date and Time Picker Control in MSCOMCT2.OCX - you should have it) to be a nice date selection control. It looks a lot neater than the calendar control and has MinDate and MaxDate properties you can set. HTH, Gareth jennifer wrote: Is there a way to limit the calendar control to go from a specific date to a specific end date? For example, I have the control that comes up when a cell is selected but need the calendar to be limited from Sep 1 2005 through Dec 31 2006 (only those dates available for choice). Any input would be appreciated! Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calendar Control | Excel Worksheet Functions | |||
Calendar Control -- Is this possible? | Excel Discussion (Misc queries) | |||
Calendar Control | Setting up and Configuration of Excel | |||
Limiting physical length of text in a text box control | Excel Discussion (Misc queries) | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming |