C
chief
I was wondering what formula would be used for
If Sheet5.Range("K7").Value = "<0" Then
Range("K7").ClearContents
The point is that if this cell value is less than equal to or less
than 0, it will clear itself.
Any idea
If Sheet5.Range("K7").Value = "<0" Then
Range("K7").ClearContents
The point is that if this cell value is less than equal to or less
than 0, it will clear itself.
Any idea