Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loading Data into Multiple sheets in 1 book | New Users to Excel | |||
Loading Data into Multiple sheets in 1 book | Setting up and Configuration of Excel | |||
Loading Data into Multiple sheets in 1 book | Excel Discussion (Misc queries) | |||
Selecting Multiple Sheets in VBA | Excel Worksheet Functions | |||
selecting multiple sheets | Excel Worksheet Functions |