hello.. how do you remove something from memory?.. example

Code:
DIM MSWORD AS New Word.Application
Word.Documents.Add  'This adds a document to the memory.
Even after I do Word.Documents.Close and SET Word = Nothing, the task manager still shows it exists and after I run the routine a few times I get memory problems. How do I remove it?

Thanks,
Thai