Excel affecter macro a cellule
Résolu/Fermé
marrrrrr
-
Modifié par marrrrrr le 22/06/2011 à 17:03
aquarelle
aquarelle
- Messages postés
- 7118
- Date d'inscription
- dimanche 8 avril 2007
- Statut
- Modérateur
- Dernière intervention
- 29 juillet 2022
A voir également:
- Excel affecter macro a cellule
- Excel affecter macro a cellule ✓ - Forum - Programmation
- [Excel-VB] Macro selection cellules variables ✓ - Forum - Excel
- [EXCEL] affecter macro a combobox ✓ - Forum - Excel
- Faire clignoter une cellule excel sans macro ✓ - Forum - Excel
- Cellule clignotante sur Excel 2010 ✓ - Forum - Excel
1 réponse
c'est bon jai reussi merci qd meme
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$K$4" Then
If Cells(4, 11) <> "" Then
Call start.start
End If
End If
If Target.Address = "$K$5" Then
If Cells(5, 11) <> "" Then
Call start.start
End If
End If
If Target.Address = "$K$6" Then
If Cells(6, 11) <> "" Then
Call start.start
End If
End If
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$K$4" Then
If Cells(4, 11) <> "" Then
Call start.start
End If
End If
If Target.Address = "$K$5" Then
If Cells(5, 11) <> "" Then
Call start.start
End If
End If
If Target.Address = "$K$6" Then
If Cells(6, 11) <> "" Then
Call start.start
End If
End If
End Sub
22 juin 2011 à 16:41
Surtout, merci à toi, pour nous avoir rapporté la solution que tu as trouvée toi même.
Peu, le font !
Bonne fin de journée