Are you sure it isn't somewhere else?  I.e. the input to the actual round
step from the vb and the LO function?  LO automatically shortens numbers
and rounds them as it does so... so a that shows 12.15 may actually contain
12.14999999 or 12.1500001

On Sat, Jun 4, 2022 at 9:45 PM Steve Edmonds <steve.edmo...@ptglobal.com>
wrote:

> I have just put a basic macro together so it will calculate income tax
> due from our local tax rates.
> I needed to round the tax to the nearest cent so taking the easy route I
> added Option VBASupport 1 to use the available VB round function.
>
> I then noticed that the VB round function with say round(12.125,2)
> rounds down to 12.12 and the LO inbuilt spread sheet function ROUND with
> ROUND(12.125,2) rounds up to 12.13.
>
> Is rounding in this situation arbitrary or is there some some convention
> for consistency.
>
> Steve
>
>
> --
> To unsubscribe e-mail to: users+unsubscr...@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
>

-- 
To unsubscribe e-mail to: users+unsubscr...@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

Reply via email to