Hi Guys,
I created a module to import all of the worksheets from a static list of excel files.
However when the program finnishes excel is still running as a process.
my code is
Sub ImportExcelData()
Dim strFile As String
Dim strFilter As String
Dim objXL As Object
Dim objXLWB As...