I'm trying to get a sheet from a Workbook which is a subfolder and import it in my current Workbook, where I write my macro. The path and file would look like below
strPath = Application.ActiveWorkbook.Path & "\Subfolder"
strFile = "myExcel.xlsx"
with a workbook called myWorkbook
.
How do I import it and do I need an empty sheet in my current workbook?