Use the Int() function in VBA
Code:Dim j as Single, i as Integer j=95.67 i = Int(j) ' i now equals 95
|
Results 1 to 11 of 11
Thread: Remove DecimalsThreaded View
|
Click Here to Expand Forum to Full Width |