Hi All,
I know that the code below will change the cell background color
DATA: h_interior TYPE ole2_object.
GET PROPERTY OF cells 'Interior' = h_interior .
SET PROPERTY OF h_interior 'ColorIndex' = 6. "6 is Yellow
I have googled and checked the rest of the SDN here relevant to the thread, but no luck.
Is it really feasible to change the font color via SAP ABAP OLE?
Thanks,
J