I'm having an issue moving 1 tab from workbook to another. I even used the built in "record macro" and when I run the macro I always get an the:
This is where the issue starts:
Any ideas how to resolve this without renaming the "English Summary" tab?
Thanks
Run-time error '32809'
Applications-defined or object-defined error
This is where the issue starts:
Sheets("English Summary").Select
Sheets("English Summary").Copy After:=Workbooks("Test1.xls").Sheets(2)
Any ideas how to resolve this without renaming the "English Summary" tab?
Thanks