Is there a way to log all the errors in a text file, when they occur...so that when there's a run time error- and there's on error goto ErrorHandler, then the error handler takes over. But I was reading somewhere that we can trap the errors (how they happened) and log them in a text file. How is that possible??? Any idea, anyone!!!