On 03/08/2012 12:14 PM, cool_go_blue wrote:
[[word forword instr(/self/.doc.Tables(1).Cell(row,2).split()) ifword notinstopwords]

You have a parenthesis in the wrong place. You are doing .split() on the column object, not the result of str(). Change it to:

str(self.doc.Tables(1).Cell(row,2)*)*.split()

---------------------------------------------
Randy Syring
Development&  Executive Director
Level 12 Technologies  <https://www.lev12.com/>  (formerly Intelicom)
Direct: 502-276-0459
Office: 502-212-9913

Intelicom is now Level 12 Technologies,learn more about our name change  
<https://www.lev12.com/our-history>.
Please update your address book with my new email address.

Principled People, Technology that Works


_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to