Hi guys,
i am a newbie to vba and i am trying to copy several worksheets from a closed file into my current open one.
the code is the following
Sub Import()
'copy data from closed workbook to active workbook
Dim xlApp As Application
Dim xlBook As Workbook
Dim wb1 As Workbook
Dim Sh As...