Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you, that worked. I appreciate the help
"Chip Pearson" wrote: Jack, Try ActiveSheet.Name = ActiveSheet.Range("G1").Value -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "JackR" wrote in message ... I have this routine that I am runing, but the problem is it changes all the tabs on every sheet, how can I have only change the tab for the sheet I am working on? Here is what I am using Sub nametab() Dim i As Integer On Error Resume Next For i = 1 To Sheets.Count Sheets(i).Name = Sheets(i).Range("G1").Value Next i On Error GoTo 0 Any help would be great. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
What is wrong with naming a cell as c? | Excel Discussion (Misc queries) | |||
Dates of a Day for a month & year cell formulas | Excel Discussion (Misc queries) | |||
copying cell names | Excel Discussion (Misc queries) | |||
Naming a cell | Excel Worksheet Functions |