I have uploaded the problem VBA at
https://docs.google.com/leaf?id=0ByeU-4Navqg8MDBkNDQxNTQtMTJjZi00NTVmLTliZjctODIwZDIxOGU5NjYy&hl=en_US&authkey=CJD54LQB
I want to validate a numeric field has two or less decimals, i.e 123.456 is bad.
The field is pasted from another XLS where it was calculate and truncated, rounded, or otherwise made to appear as two decimals.
You can see the CK7 subroutine has my original code commented out. There is now code that is more standard XL but that also fails.
I can work around by not testing, just doing a round myself in the VBA.
https://docs.google.com/leaf?id=0ByeU-4Navqg8MDBkNDQxNTQtMTJjZi00NTVmLTliZjctODIwZDIxOGU5NjYy&hl=en_US&authkey=CJD54LQB
I want to validate a numeric field has two or less decimals, i.e 123.456 is bad.
The field is pasted from another XLS where it was calculate and truncated, rounded, or otherwise made to appear as two decimals.
You can see the CK7 subroutine has my original code commented out. There is now code that is more standard XL but that also fails.
I can work around by not testing, just doing a round myself in the VBA.