Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a calendar (frmCalendar) as shown below coding:
Private Sub Calendar1_Click() ActiveCell.Value = Calendar1.Value Unload Me End Sub Private Sub cmdClose_Click() Unload Me End Sub And I have the problem when I try to use this calendar to enter the date in a text box (StartDate) of another Userform: Private Sub StartDate_Change() ActiveCell.Value = frmCalendar.Show End Sub The calendar pop up but when I click at the selected date, there is no input into the text box. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add calendar to VBA User Form | Excel Discussion (Misc queries) | |||
Date field in user form & Loading a user form on opening workbook | Excel Programming | |||
adding date from user form with calendar to next row | Excel Programming | |||
How do I format a cell, so the user must use a user calendar? | Excel Discussion (Misc queries) | |||
Loading a calendar (user form) from another project (personal.xls) | Excel Programming |