Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am building a production schedule UserForm, which has 15 departments, and
by each department label I included a DTPicker Control. This way my users can select the due of each department for a particular product. My question is this, is there a way to clear the out the date in the drop down box so no date shows? I have cleared the date under the Value Property box, but when I intialize the UserForm the DTPicker Control displays todays date, I guess by default? If you have any other ways around this I would greatly appreciate it, because I think the UserForm looks to busy, with all the dates displayed even though the CheckBox = False. Note: I'm using Excel 2003, Microsoft Date & Time Picker Control 6.0 (SP4) Additonally, I set the DTPicker Control CheckBox Property to True (so a checkbox is displayed next to the date in the drop down box). I also have two textboxes next to each DTPicker Control. I would like to know if there is a way set the Visible Property of the two textboxes to False next to the Picker Control if the Picker Controls Checkbox is not checked. For example: Private Sub dtpEngineer_Click() dtpEngineer.CheckBox.Value = TextBox1.Visible dtpEngineer.CheckBox.Value = TextBox2.Visible End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Microsoft Date and Time Picker Control 6.0 (SP6) question | Excel Discussion (Misc queries) | |||
pop up Date time picker | Excel Discussion (Misc queries) | |||
Date Time Picker | Excel Discussion (Misc queries) | |||
date time picker | Excel Programming | |||
Set Value for Date/Time Picker | Excel Programming |