I have a simple macro that inserts a line and copies some values and formulas, and it has been working well, though it gave me confirmation prompts when copy and overwrite range, but was OK in ver 7.4, 7.5.
I got a fresh install of Fedora 39 that came with LO 7.6.2 and I get this error that ScriptForge Library crashed.
Set dDoc = CreateScriptService("Document", "MyDoc.ods")
cTdy = dDoc.GetValue("R5")
dDoc.ShiftDown("gsm.M6:V6")
dDoc.CopyToCell("gsm.M7:V7", "gsm.M6")
dDoc.CopyToRange("gsm.M8", "gsm.M6:M7")
Where there any particular changes in ScriptForge in ver 7.6. I was reading what’s new but didn’t see anything particular. Error messange refers to CopyToRange (range is good and existing)