Hi Guys

I know this should be simple but it just refuses to work,dont know what I'm missing.
I have this If statement
Code:
IF AmountPaid >= Currentbalance Then
My problem is that when the value for AmountPaid is equal to CurrentBalance the condition returns false,when it should be true.

The values for both variables i'm using is 20 which is double, and the variables are passed ByReference into a sub.
This is driving me crazy,PLEASE HELP,i need to solve this URGENTLY.

THANKS