Hello,

Please tell me how to go about this. I want 'Message Box' to appear on screen if any cell in selected range fulfills condition specified in macro vb code.

for example

If I select Range A1:A10
If any cell value in this range exceeds 100 then Msgbox "Cell with > 100 value"
Otherwise no MsgBox.

Any ideas? Please help.