+ Reply to Thread
Results 1 to 3 of 3

Acquiring worksheet tabs color information

  1. #1
    Registered User
    Join Date
    04-18-2013
    Location
    London, UK
    MS-Off Ver
    Excel 2003
    Posts
    3

    Question Acquiring worksheet tabs color information

    Hi all,
    I have found a "solution" to list all sheets name of a worksheet (http://www.excelfox.com/forum/f13/li...formula-119/):

    Here is a method to list all sheet names in cells using formula.

    Hit Ctrl + F3, New | Name : SheetNames
    Refers to: =REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1)),"")
    In A2 and copied down (Prior to XL 2007),
    =IF(ROWS($A$2:A2)<=COUNTA(SheetNames),INDEX(SheetNames,ROWS($A$2:A2) ),"")
    XL 2007 and later:
    =IFERROR(INDEX(SheetNames,ROWS($A$2:A2)),"")

    Is there a way to get the cell containing the worksheet name to be colored of the same color of the worksheet tab?
    Thanks in advance!
    Gilberto

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,572

    Re: Acquiring worksheet tabs color information

    Try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    04-18-2013
    Location
    London, UK
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Acquiring worksheet tabs color information

    Hello Ben,
    thanks for your reply, but I am not sure I get it...
    I have a set of cells that automatically show thew names of the tabs (formulas above: a "name" and a "IF" formula)... where should your code be inserted?
    Currently I have to "color" the cells manually...
    SH.1517.jpg

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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