c'est bien tulipe qui a raison: qui cherche trouve...
j'ai mis la main sur cette formule et j'ai créé la macro
miracle, ça marche
on à donc plus besoin des formats conditionnels ?
merci
bien amicalement
' Highlight the entire row and column for the ActiveCell.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.ColorIndex = xlColorIndexNone
ActiveCell.EntireRow.Interior.ColorIndex = 15
ActiveCell.EntireColumn.Interior.ColorIndex = 15
calculate
End Sub