Answers for "excel vba round to whole number"

VBA
0

excel vba round to whole number

Sub Round1()
 
debug.print Round(6.9, 0)
 
End Sub

'print = 6
Posted by: Guest on February-02-2022

Code answers related to "VBA"

Browse Popular Code Answers by Language