Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-06-03 Thread Tim Golden
On 01/06/2011 16:07, Mark Mordeca wrote: Thanks for your reply. I tested this on another box and I did not get the error. I then tried different code that uses COM to manipulate Excel on my machine which I know works and has worked in the past and I ended up getting the error with that code. S

Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-06-01 Thread Mark Mordeca
To: Mark Mordeca Cc: python-win32@python.org Subject: Re: [python-win32] Excel "stopped working" after reading in sheet names On 31/05/2011 6:09 PM, Tim Golden wrote: > On 30/05/2011 21:26, Mark Mordeca wrote: >> Greetings, >> >> I would appreciate any help I could get

Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-05-31 Thread Mark Hammond
On 31/05/2011 6:09 PM, Tim Golden wrote: On 30/05/2011 21:26, Mark Mordeca wrote: Greetings, I would appreciate any help I could get with the following problem. 30% of the time after running the following code to get the sheet names out of an excel file, I will receive a windows error saying th

Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-05-31 Thread Mark Mordeca
1 11:38 AM Cc: python-win32@python.org Subject: Re: [python-win32] Excel "stopped working" after reading in sheet names On 31/05/2011 16:26, Mark Mordeca wrote: > Thanks for your reply Tim. > If this is true, I hope to get some advice on how to correct the problem. ... Just a cou

Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-05-31 Thread Tim Golden
On 31/05/2011 16:26, Mark Mordeca wrote: Thanks for your reply Tim. If this is true, I hope to get some advice on how to correct the problem. ... Just a couple of quick answers, because I'm dashing off. One is that we have code which uses the technique you're demonstrating to *write* Excel

Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-05-31 Thread Mark Mordeca
ppreciated. Mark -Original Message- From: python-win32-bounces+mark.mordeca=prosensus...@python.org [mailto:python-win32-bounces+mark.mordeca=prosensus...@python.org] On Behalf Of Tim Golden Sent: Tuesday, May 31, 2011 4:09 AM To: python-win32@python.org Subject: Re: [python-win32] Excel &q

Re: [python-win32] Excel "stopped working" after reading in sheet names

2011-05-31 Thread Tim Golden
On 30/05/2011 21:26, Mark Mordeca wrote: Greetings, I would appreciate any help I could get with the following problem. 30% of the time after running the following code to get the sheet names out of an excel file, I will receive a windows error saying that “Microsoft Office Excel has stopped wo

[python-win32] Excel "stopped working" after reading in sheet names

2011-05-30 Thread Mark Mordeca
Greetings, I would appreciate any help I could get with the following problem. 30% of the time after running the following code to get the sheet names out of an excel file, I will receive a windows error saying that “Microsoft Office Excel has stopped working”. Code: xl=win32com.client.Disp