Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hallo Christian,

Regina Henschel schrieb:

Eine Option wäre N(...) aber da steckt in LO3.4 ein Bug drin.
https://bugs.freedesktop.org/show_bug.cgi?id=37927

Vielleicht möchtest du statt dessen ein Makro benutzen? Wenn N dann irgendwann repariert ist, kannst du den Funktionsnamen mit Suchen&Ersetzen austauschen. Also statt =N(B1)-N(A1) nun =MYN(B1)-MYN(A1)

function MYN(optional byval eingang as variant) as double
Dim bIsNumber as boolean
If IsMissing(eingang) or IsArray(eingang) then
    bIsNumber = FALSE
else
    bIsNumber = IsNumeric(eingang)
end if
MYN = iif(bIsNumber, 1.0*eingang, 0.0)
end function

MfG
Regina

--
Informationen zum Abmelden: E-Mail an discuss+help@de.libreoffice.org
Tips zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/discuss/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert

Context


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.