hello.. how do you remove something from memory?.. example
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?Code:DIM MSWORD AS New Word.Application Word.Documents.Add 'This adds a document to the memory.
Thanks,
Thai




Reply With Quote