Re: [python-win32] Excel using python

2006-02-20 Thread p.asselman
2006/02/20 ma PM 12:15:49 CET > aan: > onderwerp: Re: [python-win32] Excel using python > > [John Machin] > > | > OK, given the workbook created in my previous post... > > [ ... snip more code ...] > > | OK, great, Tim, we're almost there :-) > | "when i

Re: [python-win32] Excel using python

2006-02-20 Thread John Machin
On 20/02/2006 10:37 PM, Tim Golden wrote: > | From: John Machin [mailto:[EMAIL PROTECTED] > | > | Tim, that's fantastic. Hold out your hand for the elephant stamp :-) > > Must be an American thing? (Obligatory Monty Python > reference: I'm sorry, old man, I don't quite follow your > banter!) >

Re: [python-win32] Excel using python

2006-02-20 Thread Tim Golden
| From: John Machin [mailto:[EMAIL PROTECTED] | | Tim, that's fantastic. Hold out your hand for the elephant stamp :-) Must be an American thing? (Obligatory Monty Python reference: I'm sorry, old man, I don't quite follow your banter!) | ... apart from moderate banter, we haven't got off his |

Re: [python-win32] Excel using python

2006-02-20 Thread John Machin
On 20/02/2006 10:15 PM, Tim Golden wrote: > [John Machin] > > | > OK, given the workbook created in my previous post... > > [ ... snip more code ...] > > | OK, great, Tim, we're almost there :-) > | "when i try to acces it always goes to the last sheet." ... > | looks like > | the OP wants th

Re: [python-win32] Excel using python

2006-02-20 Thread Tim Golden
[John Machin] | > OK, given the workbook created in my previous post... [ ... snip more code ...] | OK, great, Tim, we're almost there :-) | "when i try to acces it always goes to the last sheet." ... | looks like | the OP wants the default sheet to point to some sheet other than the | last

Re: [python-win32] Excel using python

2006-02-20 Thread John Machin
On 20/02/2006 8:02 PM, Tim Golden wrote: > [John Machin] > | > | On 20/02/2006 7:46 PM, Tim Golden wrote: > | > [yeswanty devi] > | > > | > | Hello all, > | > | if we have number of excel sheets in a workbook.can > | > | we access a selected sheet in the workbook. when i try to > | > |

Re: [python-win32] Excel using python

2006-02-20 Thread Tim Golden
[John Machin] | | On 20/02/2006 7:46 PM, Tim Golden wrote: | > [yeswanty devi] | > | > | Hello all, | > | if we have number of excel sheets in a workbook.can | > | we access a selected sheet in the workbook. when i try to | > | acces it always goes to the last sheet. | > | > I assume

Re: [python-win32] Excel using python

2006-02-20 Thread John Machin
On 20/02/2006 7:46 PM, Tim Golden wrote: > [yeswanty devi] > > | Hello all, > | if we have number of excel sheets in a workbook.can > | we access a selected sheet in the workbook. when i try to > | acces it always goes to the last sheet. > > I assume this is the kind of thing you want

Re: [python-win32] Excel using python

2006-02-20 Thread Tim Golden
[yeswanty devi] | Hello all, | if we have number of excel sheets in a workbook.can | we access a selected sheet in the workbook. when i try to | acces it always goes to the last sheet. I assume this is the kind of thing you want: (somewhat exaggerated example, but ...) import os imp