Hi to everyone!!!
I think this is something easy.
Suppose we have the following code:
Now, i want the "MyNum" to be appeared with 2 decimal places.
Does anybody know how should i format it ?
Thanks
I think this is something easy.
Suppose we have the following code:
Code:
Dim MyNum As Long
MsgBox "The number is: " & MyNum
Now, i want the "MyNum" to be appeared with 2 decimal places.
Does anybody know how should i format it ?
Thanks