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...