https://bugs.documentfoundation.org/show_bug.cgi?id=167585
--- Comment #1 from nobu <[email protected]> --- If Not oStyles.hasByName(sStyleName) Then oStyle = oDoc.createInstance("com.sun.star.style.CellStyle") oStyles.insertByName(sStyleName, oStyle) With oStyle ' Set background color to #b3cac7 (R=179, G=202, B=199) .CellBackColor = RGB(179, 202, 199) End With End If -- You are receiving this mail because: You are the assignee for the bug.
