excel find last column

Luap777 at gmail.com Luap777 at gmail.com
Thu Feb 8 19:32:43 EST 2007


>
> I get the error that xlPrevious is not defined.
>

If you are using pythonwin, run the COM Makepy utility on Microsoft
Excel Object Library. Then you have access to the defined constants as
follows.

>>> import win32com.client
>>> win32com.client.constants.xlPrevious
2

Hope this helps.

Paul





More information about the Python-list mailing list