When a user conversion subroutine traps a validation error it comes up with the Data Validation Error message: "The validation requirement enforced by the User Conversion Subroutine …".
Is there any way that I can replace this error message with my text?
When the data validation fails set status()=3, then you can trap it and display what you want. Hope it helps.
Stefano
It does, thanks