How To Correct A Number To 2 Decimal Places In

[Solved] How To Correct A Number To 2 Decimal Places In | Vb - Code Explorer | yomemimo.com
Question : how to correct a number to 2 decimal places in vba

Answered by : arrogant-ant-cbr4cn3yoets

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

Source : https://www.mrexcel.com/board/threads/formatting-data-to-2-decimal-places-in-vba.407349/ | Last Update : Mon, 06 Jul 20

Answers related to how to correct a number to 2 decimal places in vba

Code Explorer Popular Question For Vb