Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Boostez vos compétences Excel avec notre communauté !
Rejoignez Excel Downloads, le rendez-vous des passionnés où l'entraide fait la force. Apprenez, échangez, progressez – et tout ça gratuitement ! 👉 Inscrivez-vous maintenant !
es-tu certain que Calendrier est bien le nom du contrôle Calendar que tu as créé ?
En général, sauf si renommé par l'auteur du code, le nom par défaut est du type Calendar1
re,
D'accord Papou-net,
Tu ne t'es sans doute pas tromper ;
Alors comment faire pour changer le nom de contrôle de sorte que ça ne plante plus jamais?
Cordialement,
Bonne fin de soirée !
Merci par avance
Private Sub Calendar1_Click()
ActiveCell = Calendar1.Value
Unload Calendar
End Sub
Private Sub Calendrier_Click()
End Sub
Private Sub UserForm_Initialize()
Calendar1.Value = Now
End Sub
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
If Not Application.Intersect(Target, Range("C:C")) Is Nothing And IsEmpty(Target) Then
Cells(Target.Row, 4) = Date
Cells(Target.Row, 1).Interior.ColorIndex = 4
Cells(Target.Row, 4).Interior.ColorIndex = 4
Cells(Target.Row, 5).Interior.ColorIndex = 4
Cells(Target.Row, 6).Interior.ColorIndex = 4
End If
If Not Application.Intersect(Target, Range("E:E")) Is Nothing And IsEmpty(Target) Then
[COLOR="Red"]Calendrier.Show[/COLOR]
End If
Cancel = True
End Sub
Private Sub UserForm_Initialize()
Reikavik.Value = Now
End Sub
Private Sub UserForm_Initialize()
Reikavik.Value = Now
End Sub
Private Sub Reikavik_DblClick()
ActiveCell.Value = Reikavik.Value
Unload Me
End Sub
Private Sub UserForm_Initialize()
Reikavik.Value = Now
End Sub
Nous utilisons des cookies essentiels pour faire fonctionner ce site, et des cookies facultatifs pour améliorer votre expérience.