A voir également:
- Concaténation VBA et if
- Excel compter cellule couleur sans vba - Guide
- Incompatibilité de type vba ✓ - Forum VB / VBA
- Mkdir vba ✓ - Forum VB / VBA
- Erreur 13 incompatibilité de type VBA excel ✓ - Forum Excel
- Vba range avec variable ✓ - Forum VB / VBA
2 réponses
Bonjour,
Sub ElIf() Dim n As Integer For n = 2 To 23 Worksheets("Voyage").Range("K" & n).Formula = _ "=IF(F" & n & "<500,""pas cher"",""cher"")" Next n End Sub