first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

The New Round() Function

The version of VBA that comes with Visual Studio 6.0 has the Round() function. Previously rounding numbers was done with the Format() (or Format$()) function which produce non-numeric values.

The Round() function returns numeric values.

mod date: 1999-05-21T03:40:53.000Z