https://bugs.documentfoundation.org/show_bug.cgi?id=105107
Rafael Lima <rafael.palma.l...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from Rafael Lima <rafael.palma.l...@gmail.com> --- I've tested this today, and as of LO 7.6 the Round function is available without the need for Option Compatible or VBASupport. The code below runs fine in Basic: Sub TestRound Msgbox Round(1.536, 1) End Sub Tested with: Version: 7.6.4.1 (X86_64) / LibreOffice Community Build ID: 60(Build:1) CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Ubuntu package version: 4:7.6.4-0ubuntu0.23.10.1 Calc: threaded I'm closing this as WFM. Feel free to reopen if necessary. -- You are receiving this mail because: You are the assignee for the bug.