https://bugs.documentfoundation.org/show_bug.cgi?id=162067

--- Comment #5 from [email protected] ---
Created attachment 196217
  --> https://bugs.documentfoundation.org/attachment.cgi?id=196217&action=edit
Minimal xlsm Document

1. Open Minimal xlsm Doc
2. Paste following macro into module1
3. Macro turns cell a1 red instead of blue


Sub SetCellColor
        oSheet = ThisComponent.CurrentController.ActiveSheet
        oSheet.getCellByPosition(0,0).CellBackColor = RGB(0, 0, 255)
End sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to