I have a userform with a textbox for date. Besides this textbox, I have a small date icon that pops-up a calendar(MonthView1). When I click on a date in the monthview1 calendar, it does not get an entry into the textbox. I also tried using [Userform].[textbox].value= dateclicked logic, but it does not seem to work. Can anyone please take a look at it.
Thanks,![]()
Private Sub MonthView1_DateClick(ByVal DateClicked As Date) Txt_Prod_Loc_Date.Value = DateClicked Unload Me End Sub Private Sub FrmCalendar_Initialize() Unload Me End Sub
excelkann
Bookmarks