Bonjour,
j'ai un code où je voudrais ne pas prendre en considération les formules qui se trouvent dans la colonne N.
j'ai un code où je voudrais ne pas prendre en considération les formules qui se trouvent dans la colonne N.
Code:
For lig = 8 To 6500
With Range(Cells(lig, "A"), Cells(lig, "R"))
If Application.CountA(.Cells) Then _
Set plage = Union(IIf(plage Is Nothing, .Cells, plage), .Cells)
End With
Next