Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) If Target.Address = "$A$1" Then Sh.Name = Target.Value End If End Sub 'This is workbook event code. 'To input this code, right click on the Excel icon on the worksheet '(or next to the File menu if you maximise your workbooks), 'select View Code from the menu, and paste the code -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Mike512" wrote in message ... Is there a way to automatically update a series of tab names based on the value of a cell? I'm trying to have a series of tab names indicate dates (ex. 1.2, 1.3, 1.4, 1.5) based on a "base" date being entered into the workbook (ex. 1/2/07 as the base). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reading a list of names to update their records | Excel Discussion (Misc queries) | |||
Update one worksheet tab to automatically update all other tabs? | Excel Worksheet Functions | |||
automaitcally update external defined names? | Excel Discussion (Misc queries) | |||
Automatically Update Sheet Names | Excel Programming | |||
Automatically update links when server names change | Excel Worksheet Functions |