Disable Debug Information for VBA Compiler Errors
By default, if the VBA compiler detects an error in the compiled code at runtime, it displays a detailed error message to help you debug the problem.
If you do not want to display this information to your end-users, you can disable it. Go to Configure Advanced Options and turn off the option: “Do not show VBA compiler exception messages”.