excel find last column
Luap777 at gmail.com
Luap777 at gmail.com
Thu Feb 8 19:32:43 EST 2007
More information about the Python-list mailing list
Thu Feb 8 19:32:43 EST 2007
- Previous message (by thread): excel find last column
- Next message (by thread): excel find last column
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > 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
- Previous message (by thread): excel find last column
- Next message (by thread): excel find last column
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list