You should also call the .Quit method instead of just destroying the object variable.
VB Code:
  1. wrdApp.Quit()
  2. wrdApp  = Nothing
I think that should just about do it.