A voir également:
- Macro excel
- Liste déroulante excel - Guide
- Formule excel - Guide
- Déplacer une colonne excel - Guide
- Convertir chiffre en lettre excel sans macro ✓ - Forum Excel
- Aller à la ligne excel - Guide
1 réponse
CharlemagneKid
Messages postés
19
Date d'inscription
lundi 30 novembre 2009
Statut
Membre
Dernière intervention
15 octobre 2010
3 janv. 2010 à 12:16
3 janv. 2010 à 12:16
L'écriture correcte est:
If (Cells(8, 1) = Cells(8, 2) or Cells(8, 1) = Cells(9, 2) or Cells(8, 1) = Cells(10, 2)) Then: Cells(15, 1) = 100
Cordialement.
If (Cells(8, 1) = Cells(8, 2) or Cells(8, 1) = Cells(9, 2) or Cells(8, 1) = Cells(10, 2)) Then: Cells(15, 1) = 100
Cordialement.
3 janv. 2010 à 15:36