Macro excel

Fermé
tartempion - 3 janv. 2010 à 12:12
 tartempion - 3 janv. 2010 à 15:36
Bonjour,

Mon écriture ci-dessous ne passe pas dans ma macro, comment m'exprimer???
If Cells(8, 1) = Cells(8, 2)or Cells(9, 2)or Cells(10, 2) Then Cells(15, 1) = 100
Merci pour toute aide.
A voir également:

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
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.
0
Je te remercie
0