anthoYS
XLDnaute Barbatruc
Bonjour,
Je fait face à un problème, le suivant ;
En double clic, normalement, le calendrier avec choix apparait, maintenant, plus rien.
[/COLOR]
End If
Cancel = True
End Sub[/CODE]Merci d'avance
😕
Je fait face à un problème, le suivant ;
En double clic, normalement, le calendrier avec choix apparait, maintenant, plus rien.
Code:
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=blue][B]
VB:
Calendrier.Show
End If
Cancel = True
End Sub[/CODE]Merci d'avance
😕
Dernière édition: