Hidden Dan
Board Regular
- Joined
- Dec 7, 2016
- Messages
- 63
In a financial spreadsheet I have some ranges where user can type in financial values with 2 decimal places. But I want them all be automaticly rounded down to zero decimals. This should happen after the value has been typed in.
Examples
1,250.23 --> 1,250
1,250.81 --> 1,250
Is there a VBA script that can perform such a task ?
Thanks, Dan
Examples
1,250.23 --> 1,250
1,250.81 --> 1,250
Is there a VBA script that can perform such a task ?
Thanks, Dan