Hello everyone,
I am trying to set the value of a cell by using vba. The thing is, this cell is in a column where all cells are set by the following formula :
=IF(OR((H17<>"");(F17<>"");(E17<>""));SEARCH("zzz";B$9:$B17);"")
So when the user clicks on any cell, this is what the Excel function...