i've inherited a VB6 application that uses Word95 to generate letters (mail merge). Occasionally word will generate an error (for instance, the merge file doesn't contain the fields required by the document) which requires a response. However this application runs on an unmonitored server so no-one knows the app has stopped until we get dozens of complaints from users expecting their letters! Is there a way I can catch these messages and either skip the error (and move on to next letter request) or respond to the message from within the VB app?