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.
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.