B
Blue
I have the following
sqmrc1 = Range("K1").Value / 1000
Which is used later
Cells(ActiveCell.Row, ActiveCell.column + 1).Value = sqmrc1
I have found how to divide sqmrc1 but how do I make the result to zero
decimal places?
Thanks Blue
sqmrc1 = Range("K1").Value / 1000
Which is used later
Cells(ActiveCell.Row, ActiveCell.column + 1).Value = sqmrc1
I have found how to divide sqmrc1 but how do I make the result to zero
decimal places?
Thanks Blue