Hi,
If nothing of the above works, try using the Set objWord = nothing (yes, I know you said it doesn't work) but with this Dim instruction:
Dim objWord As Object
Set objWord = CreateObject("Word.Application")
It works for me... anyway, there are a lot more of things to consider, for instance...