TitusandNero
New Member
- Joined
- Mar 17, 2016
- Messages
- 26
Hello there,
Can someone help me please? I'm operating on Excel 2007 and using Calendar Control 11.0. I have textbox (tbDJ1) on a userform (CaseManagementSystem) and next to it is a command button. Click on the command button and it shows a calendar on a separate userform (Calendar), click on a date and it populates the text box. However, the format of the date when it populates the textbook is mm/dd/yy and I need it in dd/mm/yy. Is there a way to change this? Here is my code which is on the Calendar userform:
Private Sub Calendar1_Click()
CaseManagementSystem.tbDJ1 = Calendar1.Value
End Sub
Any help would be much appreciated. Thank you.
Can someone help me please? I'm operating on Excel 2007 and using Calendar Control 11.0. I have textbox (tbDJ1) on a userform (CaseManagementSystem) and next to it is a command button. Click on the command button and it shows a calendar on a separate userform (Calendar), click on a date and it populates the text box. However, the format of the date when it populates the textbook is mm/dd/yy and I need it in dd/mm/yy. Is there a way to change this? Here is my code which is on the Calendar userform:
Private Sub Calendar1_Click()
CaseManagementSystem.tbDJ1 = Calendar1.Value
End Sub
Any help would be much appreciated. Thank you.