[EMAIL PROTECTED] wrote:
I just tried it ( I did: IntValue = Val(self.worksheet.Cells(row, col).Value)) Though It seems that the COM server doesn't know Val()... or am i doin something wrong??
I got the error: "NameError: global name 'Val' is not defined"
Greg offered that for use "... in a Visual Basic module ...".

You are using Val as part of a Python expression, and Python does not know "Val". Has nothing to do with COM. Try int instead of Val.

--
Bob Gailer
Chapel Hill NC 919-636-4239

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

Reply via email to