[python-win32] Getting an Excel running instance

2005-09-06 Thread Marco & Laura
Hi. I'm trying to implement an Excel add-in based on the demo I found in win32com/demos (excelAddin.py) The demo basically adds a CommandBar with a Button and register itself. What I'm trying to do is change the OnClick event to perform some operation in the ActiveSheet of the Excel instance in whi

Re: [python-win32] Looking for sample code

2005-09-06 Thread Jim Vickroy
Harish Kotian wrote: > Hi Friends > > I am looking for sample code using python script for: > 1) reading / displaying contents from MS Access database, probably > using ODBC drivers > 2) Reading from a sessions object, > Any pointers? > Regards > Harish. > > >-

Re: [python-win32] Python Problem

2005-09-06 Thread bob
At 09:21 AM 9/5/2005, Arun Tyagi wrote: >Hi, > >I want to know that can we execute MS Access Macro's using python. # requires Access to be installed import win32com.client # from https://sourceforge.net/projects/pywin32/ a = win32com.client.Dispatch('access.application.9') # 9 may be different de

[python-win32] Looking for sample code

2005-09-06 Thread Harish Kotian
Hi Friends   I am looking for sample code using python script for: 1) reading / displaying contents from MS Access database, probably using ODBC drivers 2) Reading from a sessions object, Any pointers? Regards Harish.   ___ Python-win32 mailing list

[python-win32] Python Problem

2005-09-06 Thread Arun Tyagi
Hi, I want to know that can we execute MS Access Macro's using python. if anyone know's the answer then please send it. Its very urgent. Regards Arun __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.y