If you convert your number to a Long, it will automatically drop the decimals. Example:VB Code:
Dim MyNum As Integer MyNum = 95.67 MyNum = CInt(MyNum) 'MyNum now a whole number
|
Results 1 to 11 of 11
Thread: Remove DecimalsHybrid View
|
Click Here to Expand Forum to Full Width |