Re: [python-win32] Excel Calculation - Check when it's done

2009-08-26 Thread Bilokon, Paul
Hi Tim, Thanks so much! Is there anything like a global Worksheet_Calculate, which would get hit when the entire worksheet calculation is done? Also, are there many event sync examples in Python? Many thanks! Paul -Original Message- From:

Re: [python-win32] Excel Calculation - Check when it's done

2009-08-26 Thread Tim Roberts
Bilokon, Paul wrote: Thanks so much! Is there anything like a global Worksheet_Calculate, which would get hit when the entire worksheet calculation is done? Not that I am aware of, but you probably want to experiment with it to see if it does what you need. Also, are there many event

[python-win32] Running the COM MakePy Utility from python

2009-08-26 Thread Grant Paton-Simpson
Hi, Basically I want to have an installation package automatically run the COM MakePy utility for the ADO 2.8 library. I believe I need to do this so that constants like win32com.client.constants.adTinyInt will be available when my application (http://www.sofastatistics.com) connects to MS