You're probably correct. I guess that as a C++ guy, I expect to always get output back from any function that I call regardless of whatever global error setup...
I do get the [Run-time error '208'] (Invalid Object name) error in the usual fatal error dialog when I don't have my [On Error Resume Next] set, but once I...