Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can Someone help with this formula
This formula below will rename sheet tabs by coping the data from column A What I would like it to do is to skip the header row A1 and then rename the sheets starting from A2. Can this be done? Sub NameSheets() For sh = 1 To 15 Sheets(sh + 2).Name = Range("A" & sh).Value Next sh End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
tabs are missing even though 'tools-options-view-sheet tabs' ok? | Excel Worksheet Functions | |||
Automatically create list in different sheet on basis of other lis | Excel Worksheet Functions | |||
Automatically Name Tabs from List on Worksheet Named Team | Excel Discussion (Misc queries) | |||
Creating Sheet Tabs from a list | Excel Discussion (Misc queries) | |||
Name sheet tabs with a cell list | Excel Discussion (Misc queries) |