Search results

  1. B

    Unable to get excel to close after import

    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...
Back
Top Bottom