Re: [python-win32] Excel Characters object

2014-05-28 Thread Niemann, Hartmut
Tim Roberts wrote: >Niemann, Hartmut wrote:   >>I want to create an Excel file through the python COM interface. >>I can open the file, fill the cells, save the file.   >>Now I want to color single characters in the cell content.   >>In VBA ( see >>http://stackoverflow.com/questions/7618121/excel-

Re: [python-win32] Excel Characters object

2014-05-27 Thread Tim Roberts
Niemann, Hartmut wrote: > > > I want to create an Excel file through the python COM interface. > > I can open the file, fill the cells, save the file. > > > > Now I want to color single characters in the cell content. > > > > In VBA ( see > > http://stackoverflow.com/questions/7618121/excel-v

[python-win32] Excel Characters object

2014-05-27 Thread Niemann, Hartmut
Hello! I want to create an Excel file through the python COM interface. I can open the file, fill the cells, save the file. Now I want to color single characters in the cell content. In VBA ( see http://stackoverflow.com/questions/7618121/excel-vba-change-color-of-certain-characters-in-a-cell) I