Hi !!
How can we specify the number of floating points in a certain number ?????
for ex: 3.141592 -- > 2 numbers --> 3.14
Thanks anyway !!!
Printable View
Hi !!
How can we specify the number of floating points in a certain number ?????
for ex: 3.141592 -- > 2 numbers --> 3.14
Thanks anyway !!!
use 'Round' function
VB Code:
MsgBox Format(3.141592, "#.##")