Re: need help with win32com

2007-07-03 Thread John Machin
On Jul 3, 7:06 pm, Graeme Glass <[EMAIL PROTECTED]> wrote: > On Jul 2, 6:38 pm, Thomas <[EMAIL PROTECTED]> wrote: > > > I want to be able to access an excel file and extract the code from > > the macro that is in the file. How can I do this? > > > -- > > ~Thomas~ > > http://aspn.activestate.com/AS

Re: need help with win32com

2007-07-03 Thread Graeme Glass
On Jul 2, 6:38 pm, Thomas <[EMAIL PROTECTED]> wrote: > I want to be able to access an excel file and extract the code from > the macro that is in the file. How can I do this? > > -- > ~Thomas~ http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/483742 -- http://mail.python.org/mailman/listi

Re: need help with win32com

2007-07-02 Thread kyosohma
On Jul 2, 11:38 am, Thomas <[EMAIL PROTECTED]> wrote: > I want to be able to access an excel file and extract the code from > the macro that is in the file. How can I do this? > > -- > ~Thomas~ You should be able to use PythonWin and the makepy utility to get handles to the Excel object. See the

need help with win32com

2007-07-02 Thread Thomas
I want to be able to access an excel file and extract the code from the macro that is in the file. How can I do this? -- ~Thomas~ -- http://mail.python.org/mailman/listinfo/python-list