Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a "menu" page in a workbook that contains a table of numeric values 1
to 15 that represent the default sheet tab names in this workbook. I want the user to have the option of changing this list of values to a more meaningful text description, then have the corresponding sheet tab names change automatically. Currently I have this VB code built into each of the 15 worksheets: Private Sub Worksheet_Change(ByVal Target As Range) ActiveSheet.Name = Sheets("Xref").Range("D11").Value End Sub This code only works if I go to each tab afterwards & make some other type of change. Clearly I am missing something here. Can someone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
Help: auto-copy entire rows from 1 sheet (based on cell criteria) to another sheet. | Excel Programming | |||
How can I change sheet tab color based on cell value in sheet? | Excel Programming | |||
Lookup cell contents in on sheet based on a formula in second sheet | Excel Worksheet Functions | |||
Excel VBA (?!)-refer to a cell on Sheet to left of X, based on criteria on Sheet X | Excel Programming |