Re: [Tutor] Invoking Excel Macro

2006-04-25 Thread Liam Clarke
IL PROTECTED]> wrote: In the macro, > > you might try Application.DisplayAlerts = False and reset it toTrue > > after you save. > >> I think it might be trying to display a dialog box before it saves. > >> > >> Mike > >> > >>> From: [EMAIL PROT

Re: [Tutor] Invoking Excel Macro

2006-04-24 Thread Mike Hansen
;>   >> Mike >> >>> From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On >>> Behalf Of arun >>> Sent: Friday, April 21, 2006 1:44 AM >>> To: tutor@python.org >>> Subject: Re: [Tutor] Invoking Excel Macro >>> >>>  I'm so

Re: [Tutor] Invoking Excel Macro

2006-04-24 Thread arun
[mailto: [EMAIL PROTECTED]] On Behalf Of arunSent: Friday, April 21, 2006 1:44 AMTo: tutor@python.orgSubject: Re: [Tutor] Invoking Excel Macro  I'm sorry , there is something realy wrong with 'Run-time error 1004':. I have fixed it now but still it throws an error while trying t

Re: [Tutor] Invoking Excel Macro

2006-04-21 Thread Mike Hansen
AMTo: tutor@python.orgSubject: Re: [Tutor] Invoking Excel Macro I'm sorry , there is something realy wrong with 'Run-time error 1004':. I have fixed it now but still it throws an error while trying to save the workbook. On 4/21/06, arun <[EMAIL PROTECTED]> w

Re: [Tutor] Invoking Excel Macro

2006-04-21 Thread Alan Gauld
dependencies on its runtime environment being set up in a particular way. Sorry I can't be more help, Alan G - Original Message - From: "arun" <[EMAIL PROTECTED]> To: Sent: Friday, April 21, 2006 8:29 AM Subject: [Tutor] Invoking Excel Macro Hi, I tried invoking a macro

Re: [Tutor] Invoking Excel Macro

2006-04-21 Thread arun
I'm sorry , there is something realy wrong with 'Run-time error 1004':. I have fixed it now but still it throws an error while trying to save the workbook. On 4/21/06, arun <[EMAIL PROTECTED]> wrote: Hi, I tried invoking a macro from my python script and  It is  throwing  an error message that r

[Tutor] Invoking Excel Macro

2006-04-21 Thread arun
Hi, I tried invoking a macro from my python script and  It is  throwing  an error message that reads 'Run-time error 1004':   "This operation requires the merged cells to be identically sized"   My script looks like this   from win32com.client import Dispatchxl = Dispatch('Excel.Application')xl.W