Asheesh
Excel Ninja
Hi Guys,
I am facing this weird issue, need your help
I am trying to compare two values and if they are not equal then give me a msgbox...but I don't know what is wrong here...
See the attached
I am facing this weird issue, need your help
I am trying to compare two values and if they are not equal then give me a msgbox...but I don't know what is wrong here...
See the attached
Code:
If rValue <> oSum Then
MsgBox "please check values", vbCritical
End If