> On Behalf Of Mike P
> Does anyone have any code that does something similar? My 
> guess is i have to do something like thefollowing to enable 
> python to read xl?

I think that what you want is UsedRange

for row in sheet.UsedRange.Value:
    ...

Regards,
Ryan Ginstrom

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to