VBA - Monthview working with textboxes
Do you mean
Private Sub Calendar1_Click()
TextBox1.Text = Calendar1.Value
End Sub
If this post helps click Yes
---------------
Jacob Skaria
"Eddie_SP" wrote:
I have an UserForm with one Textbox and one Monthview standard calendar.
When I click on a date, I need this date to be shown on this Textbox and
only later I will confirm that date to be insert in a cell by clicking on a
CommandButton.
Can someone help me with that, please?
|