Hi. I have a macro that looks for 2 numbers and compare if they are the same.
It's failing and I'm not sure why. In order to test it I've added the following 2 message boxes:
MsgBox salesorder1 & "=" & salesorder2
MsgBox salesorder1 = salesorder2
And this is the result:
Why is it not...