I am processing a large amount of word documents. There will be some that hang due to corruption when calling, wdDoc = GetObject(wdFileName). Since word hangs the code hangs at that step. There is no error that the code can see, so on error resume next doesn't work. How can I skip that file, kill the WinWord process, and continue processing the rest of the documents?