Hi,

I need to use cell's background color.

when I record a macro from excel, it shows:

Rows("7:7").Select
     With Selection.Interior
         .ColorIndex = 8
         .Pattern = xlSolid

how do I run it from python win32com ?
xlApp.ActiveSheet.Rows("7:7").ColorIndex won't work.


Thanks for any Help.


Ray

PS: where or how to find a win32com reference?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to