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

Tim Roberts timr at probo.com
Thu Aug 27 00:05:56 CEST 2009


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 sync examples in Python?
>   

I found quite a few, most using the very handy comtypes module:
    http://www.lmgtfy.com/?q=python+excel+event+sink

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list