Re: [Tutor] Programming microsoft excel

2010-05-07 Thread Tim Golden
On 06/05/2010 17:51, hbu...@ovi.com wrote: Hi guys can i use python's win32com module to do the same tasks that i do with visual basic for applications (vba). I mean automating tasks for excel e.t.c and accessing Access databases. If win32com doesnt which module can i use? You want to look at t

Re: [Tutor] Programming microsoft excel

2010-05-07 Thread Alan Gauld
wrote guys can i use python's win32com module to do the same tasks that i do with visual basic for applications (vba). I mean automating tasks for excel e.t.c and accessing Access databases. Yes. You can use the MFC API or the WSH API from win32com. If win32com doesnt which module can i us

Re: [Tutor] Programming microsoft excel

2010-05-06 Thread wesley chun
> guys can i use python's win32com module to do the same tasks that i do with > visual basic for applications (vba). I mean automating tasks for excel e.t.c > and accessing Access databases. If win32com doesnt which module can i use? that's definitely the right one, and yes, you can use VB/VBA

[Tutor] Programming microsoft excel

2010-05-06 Thread hbutau
Hi guys can i use python's win32com module to do the same tasks that i do with visual basic for applications (vba). I mean automating tasks for excel e.t.c and accessing Access databases. If win32com doesnt which module can i use? Thanks in advance ---