Q:

how to correct a number to 2 decimal places in vba

Sub rounding() 
ActiveCell.Select Selection.Value = Format(ActiveCell, "#.00")
End Sub
0

New to Communities?

Join the community