You are welcome - thanks for the reply.Thanks mvp
Did you write this correctly? Shouldn't the second greater than symbol be an equal sign instead?Maybe:
Code:If Application.Countif(colval,">0")>0 then MsgBox "No value > 0"
Yikes!!! You are correct. The OP said: "If there is no value in the range greater than zero I want a message box "No Value > 0""Did you write this correctly? Shouldn't the second greater than symbol be an equal sign instead?
Yikes!!! You are correct. The OP said: "If there is no value in the range greater than zero I want a message box "No Value > 0""
Guess I missed the bold no and focused on the message . Thanks for the catch.