https://bugs.documentfoundation.org/show_bug.cgi?id=169110
Bug ID: 169110
Summary: Basic macro error Application.CutCopyMode
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2595f031fa93c1eb89fb4dce6f337de9be813e15
CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded
Works in Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.10
Calc: threaded
Steps to Reproduce:
- open attached file, enable macros
- everything is correct, macro works
- now open macro Tools-Macros-Edit macros. Open macro countifs_benchmark()
- run the macro when IDE is opened
Actual Results:
Error on line 16 Application.CutCopyMode = False
Basic runtime error '423' Property or method not found: CutCopyMode
Expected Results:
Macro runs.
Reproducible: Always
User Profile Reset: No
Additional Info:
VBA reference
https://learn.microsoft.com/en-us/office/vba/api/excel.application.cutcopymode
--
You are receiving this mail because:
You are the assignee for the bug.