> If i run a macro in excel (Office 2003 SP1) to select 3 columns for 
> exemple, the code in VB is :
> Range('A:A,D:D,G:G')
>
> But if I try this in python, I have a beautiful traceback :
> excel.ActiveSheet.Range('A:A,D:D,G:G')

I don't know why, but if I change the ',' by ';' it's ok !

Sylvain FAUVEAU 

_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to