[Libreoffice-bugs] [Bug 122684] Copying range using VBA doesn't work correctly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 13 14:52:02 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=122684
Oliver Brinzing <oliver.brinzing at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver.brinzing at gmx.de
--- Comment #4 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190113/9b9b0f68/attachment.html>
More information about the Libreoffice-bugs
mailing list