I'm trying to imprort a sheet from another (closed, static name) workbook into my active workbook (variable) and make it the first sheet. The name of the first sheet in the active workbook will be variable.
I'm here but recieving a subscript out of range alarm.
Workbooks("G:\New G Drive\Data\MIR_History\History_Sheet_Template.xls").Sheets("MIR History").Copy _
Before:=ActiveWorkbook.Sheets(1)
any help is appreciated.
I'm here but recieving a subscript out of range alarm.
Workbooks("G:\New G Drive\Data\MIR_History\History_Sheet_Template.xls").Sheets("MIR History").Copy _
Before:=ActiveWorkbook.Sheets(1)
any help is appreciated.