I would like my macro that I'm running to copy a sheet to the beginning of my active workbook from another open workbook.
I'm using the below code but having problems with the second line:
Windows("IC MACRO for WIP v.1a.xlsb").Activate
Sheets("SUMMARY TEMPLATE").Copy Before:=Workbooks("IC WIP 12.13.17test.xls").Sheets("IC_WIP")
For info: IC_WIP sheet is sheet 1 in my active workbook where I want the sheet to be copied to.
What am I doing wrong?
Thanks
I'm using the below code but having problems with the second line:
Windows("IC MACRO for WIP v.1a.xlsb").Activate
Sheets("SUMMARY TEMPLATE").Copy Before:=Workbooks("IC WIP 12.13.17test.xls").Sheets("IC_WIP")
For info: IC_WIP sheet is sheet 1 in my active workbook where I want the sheet to be copied to.
What am I doing wrong?
Thanks