[Chicago] VBA sucks (or is it Excel?)

Cosmin Stejerean cstejerean at gmail.com
Thu May 1 00:47:28 CEST 2008


What about

print InRange(row, Col) >= 39543.5
??
print 39543.4993171296 >= SearchVal
??

and while you're at it

print InRange(row, Col) >= 1
??

On 4/30/08, rcriii at ramsdells.net <rcriii at ramsdells.net> wrote:
> >From the VBA immediate window:
>
>  print InRange(row, Col)
>   39543.4993171296
>  print searchval
>   39543.5
>  print InRange(row, Col) >= SearchVal
>  True
>  print 39543.4993171296 >= 39543.5
>  False
>
>  I know this isn't python, but I had to share.
>
>  Robert
>
>  _______________________________________________
>  Chicago mailing list
>  Chicago at python.org
>  http://mail.python.org/mailman/listinfo/chicago
>


-- 
Cosmin Stejerean
http://blog.offbytwo.com


More information about the Chicago mailing list