CODE: [Copy to clipboard]b=1.096261e+07 a=50000 If a>b Then MsgBox CStr(a)+" greater" Else MsgBox CStr(b)+" greater" End if