Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, [CellBouton1]) Is Nothing Then
ActionCellBouton (1)
End If
If Not Intersect(Target, [CellBouton2]) Is Nothing Then
ActionCellBouton (2)
End If
If Not Intersect(Target, [CellBouton3]) Is Nothing Then
ActionCellBouton (3)
End If
If Not Intersect(Target, [CellBouton4]) Is Nothing Then
ActionCellBouton (4)
End If
End Sub