Round() |
Top Previous Next |
Round() - Rounds a number to a specified number of decimal places Description The Round() function takes a number or expression and rounds it off to the specified number of decimal places. Round(expression[, decimalplaces]) Example MyNumber = Round("7.2163214",3) 'returns 7.216 |