Using Automation and Word 2000, creating a word.application object, opening a file, saving a file. Doing this over list of files in list box, about 2500 times. It is creating thousands of Handles (which I see using Win NT performance Monitor, handle Count of running vb process.

Obviously, not a good thing. Can/should I kill these handles? If so, how?