12-07-2010, 06:22 PM
Try,
CInt(b) & CInt(n)
This will convert the value in b and n to int and then check if both values are same.
This should work.
CInt(b) & CInt(n)
This will convert the value in b and n to int and then check if both values are same.
This should work.