+ Reply to Thread
Results 1 to 3 of 3

How to list names of all worksheets in my summary sheet And how to template a sheet?

  1. #1
    Registered User
    Join Date
    07-24-2013
    Location
    Alberta
    MS-Off Ver
    Excel 2010
    Posts
    3

    How to list names of all worksheets in my summary sheet And how to template a sheet?

    I have two Issues I need to figure out. I want to add all the worksheets as a list in my summary sheet starting in A4. Also, I have created a worksheet which I would like to use as a template for every new opened worksheet. Is this possible? For the first part I tried using this:
    Columns(1).Insert
    For i = 1 To Sheets.Count
    Cells(i, 1) = Sheets(i).Name
    Next i
    But that adds a new column and its the only way I know how to list the sheets. Any help would be greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: How to list names of all worksheets in my summary sheet And how to template a sheet?

    Here is the answer to your first question. I do not understand what you want for your second part.

    Please Login or Register  to view this content.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to list names of all worksheets in my summary sheet And how to template a sheet?

    you can use a named formula which uses the old excel4 macros that still exist to list worksheets
    see attached
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] show a list of names on from sheet 1 in sheet 2 when marked active in sheet 1...???
    By stolen_83 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-11-2013, 04:57 PM
  2. Replies: 6
    Last Post: 11-05-2012, 10:04 AM
  3. Copy cells from multiple worksheets into one list with Sheet names.
    By ksamarin88 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-11-2012, 04:45 PM
  4. Copying a template sheet and putting those multiple sheets data into a summary sheet
    By John Wolfe in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-18-2011, 06:29 PM
  5. How to generate a list of tab names in a summary sheet
    By deanJ in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-13-2009, 06:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1