Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I select multiple sheets?
What I want to do is to move some sheets to a new workbook. Moving the sheets is inside For ~ next. Generating several sheets is also in the For ~ Next. The number of sheets changes. When I record a macro for this job, the code looks like Sheets(Array(sheet1, sheet2,.....)) According to the recording, I have to type all the sheets I want to move. Is there any better method for selecting multiple sheets, let's say from sheets1 to sheets 50, like Range("A1:A30")? thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vba for selecting multiple sheets to save as a new book | Excel Worksheet Functions | |||
Selecting Multiple Sheets in VBA | Excel Worksheet Functions | |||
selecting multiple sheets | Excel Worksheet Functions | |||
Selecting sheets - II | Excel Discussion (Misc queries) | |||
Changing the value in multiple sheets without selecting those sheets | Excel Programming |