Re: [python-win32] testMSOffice.py and Excel 2003

2005-09-26 Thread Cavanagh, Mike
, After, LookIn, LookAt, SearchOrder, SearchDirection, MatchCase, MatchByte) Excel 2003 wanted the xlValues constant (-4163) for LookIn, 2000 was happy with 1. Not sure why... Cheers, Mike -Original Message----- From: Cavanagh, Mike Sent: Friday, September 23, 2005 9:23 AM To: python-win32

Re: [python-win32] testMSOffice.py and Excel 2003

2005-09-23 Thread Cavanagh, Mike
Mike -Original Message- From: Tim Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 3:17 PM To: python-win32@python.org Subject: [python-win32] testMSOffice.py and Excel 2003 On Thu, 15 Sep 2005 15:24:52 -0400, "Cavanagh, Mike" <[EMAIL PROTECTED]> wrote: >

[python-win32] testMSOffice.py and Excel 2003

2005-09-15 Thread Cavanagh, Mike
Hi! We have a couple of internal applications that are written in Python and have always worked with Excel 2000. We are 'upgrading' to Excel 2003 and in my pre-rollout testing, our applications are failing. Using the testMSOffice.py test case, I receive the following: >>> from win32com.test imp