Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can try this, it works for Period 1, but how can we get information on
the current period No? I'll try to help, if you give some more details! Sub CopySheet() Sheets("Sheet1").Select Sheets("Sheet1").Copy After:=Sheets(2) Sheets("Sheet1 (2)").Select Activesheet.Name ="Period 1" Activesheet.Tab.ColorIndex = 35 Sheets("Sheet1").Select End Sub Regards, Stefi Paul ezt Ã*rta: Hi, I have a time sheet (only one sheet in the workbook), at end of each 4 week period users clicks new month - this clears sheet, puts new dates in and carries forward current hours (credit, debit). I want to be able the workbook to save a copy to a new sheet (within same workbook), then clear times etc in main sheet (Sheet1 only). I have the following which works but want to rename the new sheet (Sheet1 (2) ) to Period 1, then next month period 2 etc. Thanks Sub CopySheet() Sheets("Sheet1").Select Sheets("Sheet1").Copy After:=Sheets(2) Sheets("Sheet1 (2)").Select ActiveWorkbook.Sheets("Sheet1 (2)").Tab.ColorIndex = 35 Sheets("Sheet1").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Copy/autofill Text from sheet to sheet if meets criteria | Excel Discussion (Misc queries) | |||
How can i copy data from a tabbed working sheet to a summary sheet | Excel Discussion (Misc queries) | |||
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 | Excel Worksheet Functions | |||
'Copy to' Advance Filter depend only on sheet ID not start sheet | Excel Worksheet Functions | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) |