Hi guys,
For Each cellImp In hideRange
If cellImp.Value = NoOfImpressionsBox.Value Then
cellImp.EntireColumn.Hidden = False
Else
cellImp.EntireColumn.Hidden = True
End If
Next cellImp
I've got a range ws.Range("BF4:BY4"), that gets pasted to a function. Both the value of...