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

Oliver Brinzing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Oliver Brinzing <[email protected]> ---
i can confirm the problem:
format from selected cell is copied instead of format from source range

possible workaround:

Worksheets("Sheet1").Range(rSrc).Copy   
  destination:=Worksheets("Sheet2").Range(rDSt)
Worksheets("Sheet2").Range(rSrc).ClearContents

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to