https://bugs.documentfoundation.org/show_bug.cgi?id=147122
Bug ID: 147122
Summary: profile, messages, bookmarks and preferences Different
behavior in basic LO 6.x and 7.2.4.1 (calc)
Product: LibreOffice
Version: 7.2.4.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
this macro worked with libreoffice 6.x and earlier, but with the new version it
no longer works when I try to intercept merged cells.
(with LO 7.x it only works when it comes to intercepting single cells)
sub CellPrint
oSheet = ThisComponent.CurrentController.ActiveSheet
oActiveCell = ThisComponent.getCurrentSelection()
testo = oActiveCell.string
print testo
end sub
BASIC runtime error. Property or method not found: string
Steps to Reproduce:
1 enter text in a cell
2 merge with adjacent cell
3 run the macro
Actual Results:
BASIC runtime error. Property or method not found: string
Expected Results:
print text
Reproducible: Always
User Profile Reset: No
OpenGL enabled: Yes
Additional Info:
no
--
You are receiving this mail because:
You are the assignee for the bug.