asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Code:
Private Sub ComboBox1_Change()Me.TextBox10.Text = Format(ComboBox1, "mmm")
End Sub
Hello,
Could you please help me on above code?
What would be the alteration if the Combobox shows the months and selected by any of month and the Textbox will show the first day of that month as in day(Wed)
Thanks