'====================================
'Pour choisir la date dans textbox
'=====================================
'Private Sub TextBox19_Change()
'TextBox18.Value = Format(TextBox18.Value, "dd/mm/yyyy")
'If TextBox19 = "" Then
'TextBox18.Value = ""
'End If
'End Sub
Private Sub TextBox18_Enter()
TextBox18 = Calendar.ShowX(TextBox1, 2, 0, 1)
MsgBox Calendar.ShowTopLeft(155, 230, 2)
End Sub
'Private Sub Textbox5_change()
'TextBox4.Value = Format(TextBox4.Value, "dd/mm/yyyy")
'If TextBox5 = "" Then
'TextBox4.Value = ""
'End If
'End Sub
Private Sub TextBox4_Enter()
TextBox4 = Calendar.ShowX(TextBox1, 2, 0, 1)
MsgBox Calendar.ShowTopLeft(155, 230, 2)
End Sub