Macro valeur Max
Fermé
schpop12
Messages postés
46
Date d'inscription
dimanche 9 mars 2008
Statut
Membre
Dernière intervention
21 juin 2016
-
7 avril 2009 à 09:51
schpop12 Messages postés 46 Date d'inscription dimanche 9 mars 2008 Statut Membre Dernière intervention 21 juin 2016 - 7 avril 2009 à 10:21
schpop12 Messages postés 46 Date d'inscription dimanche 9 mars 2008 Statut Membre Dernière intervention 21 juin 2016 - 7 avril 2009 à 10:21
A voir également:
- Macro valeur Max
- Macro logiciel - Télécharger - Organisation
- Réinitialiser kidicom max ✓ - Forum Tablette tactile
- Max maillot avis ✓ - Forum Consommation et internet
- Macro recorder - Télécharger - Confidentialité
- Excel recherchev valeur max ✓ - Forum Excel
3 réponses
Si je mets la macro, ça va mieux!
For i = 2 To 8
If Cells(i, 1).Value > Cells(i - 1, 1).Value And Cells(i, 1).Value > Cells(i + 1, 1).Value Then
Cells(i, 1).Font.Bold = True
End If
Next
A+
For i = 2 To 8
If Cells(i, 1).Value > Cells(i - 1, 1).Value And Cells(i, 1).Value > Cells(i + 1, 1).Value Then
Cells(i, 1).Font.Bold = True
End If
Next
A+
schpop12
Messages postés
46
Date d'inscription
dimanche 9 mars 2008
Statut
Membre
Dernière intervention
21 juin 2016
6
7 avril 2009 à 10:21
7 avril 2009 à 10:21
ok merçi beaucoup