Answers for "how to correct a number to 2 decimal places in vba"

VBA
-1

how to correct a number to 2 decimal places in vba

Sub rounding() 
ActiveCell.Select Selection.Value = Format(ActiveCell, "#.00")
End Sub
Posted by: Guest on June-29-2020

Code answers related to "how to correct a number to 2 decimal places in vba"

Code answers related to "VBA"

Browse Popular Code Answers by Language