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

rcriii at ramsdells.net rcriii at ramsdells.net
Wed Apr 30 23:53:36 CEST 2008


>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



More information about the Chicago mailing list