+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Worksheet names into cells

  1. #1
    Registered User
    Join Date
    05-20-2010
    Location
    Green Bay
    MS-Off Ver
    Excel 2007
    Posts
    20

    Worksheet names into cells

    I want have a list of all the sheets in a workbook except sheet1. So in shhet1, A1 is the name of sheet2 A2 is the sheet3 and so on. Unless the sheet doesn't exsist.

    Can this be done without a macro is it's live? I would add a sheet and it would populate in Sheet1 without having to do anything?
    Last edited by esullivan; 07-06-2010 at 04:31 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Worksheet names into cells

    You can't really do this without VBA in some form I'm afraid (ie Sub, XLM call or 3rd party add-in)

    You can return a given sheet name via formulae (in a saved file) using the CELL function, however, getting a list to update dynamically would warrant code in some form or other I'm afraid.

  3. #3
    Registered User
    Join Date
    05-20-2010
    Location
    Green Bay
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Worksheet names into cells

    Quote Originally Posted by DonkeyOte View Post
    You can't really do this without VBA in some form I'm afraid (ie Sub, XLM call or 3rd party add-in)

    You can return a given sheet name via formulae (in a saved file) using the CELL function, however, getting a list to update dynamically would warrant code in some form or other I'm afraid.
    OK thanks for your help!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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