Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My reply seems to have disappeared.. weird.
Thank you for your help. I think this will work, with a few adjustments. How can I combine this macro with the one I mentioned earlier? Also, how can I designate the sequence of cells to edit start with D4? Thanks! -Alden On Jun 17, 6:57 am, Gary''s Student wrote: I am not certain that I understand you exact needs. Lets say I have just created a set of sheets within a workbook and I want to make column headers in a sheet called "summary". I want to get the headers from the sheet names (person names), skipping some columns in the process Sub jason() Sheets("summary").Activate k = 1 For Each w In Sheets nm = w.Name If nm < "summary" Then Cells(1, k).Value = nm k = k + 4 End If Next End Sub Try this out on a scrap workbook first. -- Gary''s Student - gsnu200730 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summary sheet from tab names | Excel Discussion (Misc queries) | |||
How can i copy data from a tabbed working sheet to a summary sheet | Excel Discussion (Misc queries) | |||
Marco to generate a summary list from a data | Excel Programming | |||
Can I make a list, on one summary sheet, of data collected from ma | Excel Worksheet Functions | |||
Quick summary of Sheet Names | Excel Programming |