I have sub2 in a module that is called from sub1 in another module. sub1 has error trapping, and sub2 has none; however during execution sub2 should have some errors but never cause an error. Implementing 'On Error GoTo 0' has no effect.

Can someone explain what's going on and how I can recieve error messages?