I've got an ActiveX dll that opens up Excel and starts a workbook, puts information into the workbook, closes the workbook and saves the workbook. ' wrkObj.Close (True) '
However, an instance of Excel remains open everytime. It's hidden but its on the task list and sucks up resources. There has to be a simple line of code that tells Excel to die already!
Any help would be appreciated
-Brad