bon, je ne suis pas un pro voir moins qu'un amateur dans le domaine du VBA,
voilà je suis aller voir le code de mon USF pour le DTPocker, donc je trouve :
Private Sub DTPicker1_CallbackKeyDown(ByVal KeyCode As Integer, ByVal Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)
End Sub
Private Sub DTPicker2_CallbackKeyDown(ByVal KeyCode As Integer, ByVal Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)
End Sub
car j'en ai plusieurs...
sinon après dans mon code d'USF :
Private Sub UserForm_Initialize()
Me.DTPicker1 = Date
Me.DTPicker2 = Date
et d'autre car j'en ai 4...
pas sur que je réponde bien à ta question
Francky