https://bugs.documentfoundation.org/show_bug.cgi?id=158563
Bug ID: 158563
Summary: CopyToRange returns error that SF crashed
Product: LibreOffice
Version: 7.6.0.3 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
Since upgrade to LO 7.6 macros where I use CopyToRange started to break the
code. Same code works well on Win/Lin versions 7.5 and less.
So simple code to copy A8 to A6:A7 would result in such crash
Steps to Reproduce:
1.fillup some values to A1:D6
2.make macro Sub
3.add statement myDoc.CopyToRange("sh1.A6", "sh1.A3:A5")
Actual Results:
SF library crash
Error:
Location: SFDocuments.Calc.CopyToRange/1086
Invalid procedure call
THE EXECUTION IS CANCELLED
Expected Results:
Cell A3:A5 should be filled with value/formula from A6, as it does in versions
prior 7.6
Reproducible: Always
User Profile Reset: No
Additional Info:
Version: 7.6.3.1 (X86_64)
Build ID: 60(Build:1)
CPU threads: 16; OS: Linux 6.6; UI render: default; VCL: gtk3
Locale: en-IE (en_US.UTF-8); UI: en-US
Calc: CL threaded
--
You are receiving this mail because:
You are the assignee for the bug.