Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I'm assuming this is possible but I can't find anything in the help file. I have roughly 30 sheets and a "totals" sheet. I want to select the first sheet in the workbook and copy some data from it to the totals sheet, and so on from the 30 odd sheets I have. The problem that I'm having is the sheets all have different names and the vba sheet numbers are never in a pattern. Example; in the vb editor my sheets are listed in this fashion. Sheet2(under12s) Sheet4(under15s) Sheet5(under18s) Sheet12(under5s) Sheet15(totals) What I want to do is select the first in the list (Sheet2) and copy some data to the totals sheet, then the next (Sheet4) then the next (Sheet5) and so on. Is there a way to do this without having to name every sheet in vba? Ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
slecting all entries to appear once | Excel Worksheet Functions | |||
slecting all entries to appear once | Excel Worksheet Functions | |||
How use info in Excel shared worksheets to create new worksheets | Excel Worksheet Functions | |||
How do i assign the ActiveWorkbook.Worksheets to a worksheets object? | Excel Worksheet Functions | |||
Need code to protect worksheets - amount of worksheets varies | Excel Programming |