This makes sense. Thanks for the ideas.
--
http://mail.python.org/mailman/listinfo/python-list
chris,
> I'm creating an excel document dynamically from scratch using Python
> and the win32com module. All is well, but now I need to add a macro to
> the spreadsheet and run it (to enable some sorting features in the
> spreadsheet).
I recommend to create the excel document not from scratch
Thanks, but the problem is that I need to create the entire Excel
document from scratch, dynamically, via the Python script. I want the
script to add the macro code.
-Chris
--
http://mail.python.org/mailman/listinfo/python-list
chris wrote:
I'm creating an excel document dynamically from scratch using Python
and the win32com module. All is well, but now I need to add a macro to
the spreadsheet and run it (to enable some sorting features in the
spreadsheet). I think I know how to run a macro once it's installed
(using th
"chris" <[EMAIL PROTECTED]> wrote:
>I'm creating an excel document dynamically from scratch using Python
>and the win32com module. All is well, but now I need to add a macro to
>the spreadsheet and run it (to enable some sorting features in the
>spreadsheet). I think I know how to run a macro on
I'm creating an excel document dynamically from scratch using Python
and the win32com module. All is well, but now I need to add a macro to
the spreadsheet and run it (to enable some sorting features in the
spreadsheet). I think I know how to run a macro once it's installed
(using the Run method