https://bugs.documentfoundation.org/show_bug.cgi?id=149579
Bug ID: 149579
Summary: VBA Range.Sort should expand a single cell range to
Range.CurrentRegion
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
If
Worksheets(1).Range("A1").Sort
is given, the single cell range A1 should be expanded to the
Range.CurrentRegion contiguous data area, same as if Sort was invoked by UI and
Excel does in VBA.
RFE created from
https://ask.libreoffice.org/t/microsoft-excel-vba-sort-function-which-works-with-libreoffice-calc-without-modification/78606
See also
https://docs.microsoft.com/en-us/office/vba/api/excel.range.sort
https://docs.microsoft.com/en-us/office/vba/api/excel.range.currentregion
--
You are receiving this mail because:
You are the assignee for the bug.