I am trying to add a sheet from another workbook to the end of my active workbook using this line of code:
Workbooks("c:\New Inspection Stuff\San Survey Blank Template.xltm").Sheets("System Overview").Copy _
After:=ActiveWorkbook.Sheets(Worksheets.Count)
It is not working.
What am I overlooking?
Thanks.
<!-- / message -->
Workbooks("c:\New Inspection Stuff\San Survey Blank Template.xltm").Sheets("System Overview").Copy _
After:=ActiveWorkbook.Sheets(Worksheets.Count)
It is not working.
What am I overlooking?
Thanks.
<!-- / message -->