Dear LibreOffice team,
I want to file a very severe bug as follows:
I create a simple function in Basic:
Function myAdd(x, y, z)
myAdd = x + y + z
End Function
Then I can call it as usual with =myAdd(...). Next, I want to update
myAdd to subtract the values, I end up with:
Function myAdd(x, y, z)
myAdd = x - y - z
End Function
I save my changes and press F9 for recalculation but Calc still gives me
the value for the adding up the 3 values. To fix this bug and get the
correct result, I have to completely retype the function in the cell. If
there is only 1 cell, it is fine, but if there are dozens of cells with
the same function, they cannot be rewritten all the time.
Please fix this point, it makes custom functions unreliable.
Kind regards
Matthias Lammer
--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
- [libreoffice-users] Bug report in calc, V.7.4 · Matthias Lammer
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.