[Libreoffice-bugs] [Bug 131562] Cannot concatenate number and space+dot from VBA macro
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 25 14:43:03 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131562
--- Comment #2 from himajin100000 at gmail.com ---
* "1." is valid string that can be converted to number
* assigning to cells evaluates the string "1.", and if the string is a number,
then the cell value is set to that number. In this case, namely 1
* if the cell formats for the cells are set to Text instead of Number before
the script is run, you will see the expected results when your code is run.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200325/b2b595cf/attachment.htm>
More information about the Libreoffice-bugs
mailing list