Excel

Alex Martelli aleax at aleax.it
Wed Oct 1 05:56:11 EDT 2003


ryan scott wrote:

> Hi,
> 
> Is it possible to set
> Application.Calculation = xlCalculationManual
> in Python?

Sure, as long as you avoid "from ... import *" (which
I think is messing you up) AND make sure you've run the
Python conversion of the Excel type library (it' been
a while since I last used win32, but as I recall you
could use EnsureDispatch for the latter purpose).


Alex





More information about the Python-list mailing list