Hi,
I'm quite new to using VBA, and already very enthusiastic! I am trying to create a macro where I am able import sheets from other workbooks automatically into my workbook. I have managed to do so with the following macro:
Sub import()
Dim wbCopy As Workbook
Dim wsCopy As Worksheet...