S
Sharon
I searched through postings but couldn't find one which I could comprehend to
address this issue.
Earlier today, your support corrected my code in order to copy&save a single
sheet to a new workbook. thankyou!
Now I have several sheets from the book (over 50 sheets within the book)
that we want to copy to a new book.
Once again I tried to record the macro, then edit...but I receive a "compile
error Sub or Function not defined"
The following are the different ways we tried ;
Compile errors:
Selection([Sheet4], [Sheet5], [Sheet6]).Activate
Worksheets(Array(Sheet4, Sheet5, Sheet6)).Activate
Wrong set of Argument errors:
Selection(Sheet4, Sheet5, Sheet6).Activate
Sheets(Sheet4, Sheet5, Sheet6).Activate
address this issue.
Earlier today, your support corrected my code in order to copy&save a single
sheet to a new workbook. thankyou!
Now I have several sheets from the book (over 50 sheets within the book)
that we want to copy to a new book.
Once again I tried to record the macro, then edit...but I receive a "compile
error Sub or Function not defined"
The following are the different ways we tried ;
Compile errors:
Selection([Sheet4], [Sheet5], [Sheet6]).Activate
Worksheets(Array(Sheet4, Sheet5, Sheet6)).Activate
Wrong set of Argument errors:
Selection(Sheet4, Sheet5, Sheet6).Activate
Sheets(Sheet4, Sheet5, Sheet6).Activate