I have a workbook with multiple tabs/worksheets. I need to rename the tabs based on a list in one of the tab. The list has 2 columns - A and B. There are names of tabs in column B but they needs to be renamed by their corresponding cells in column A. e.g.
column A Column B
abcd rtyu
htyu gui
usa rss
So the macro should search the tab names and if any of the tab is named as in column B (say rss) then it should be renamed to its corresponding entry in column A (i.e. usa in this case). Any guidance will be much appreciated.+
EDIT: The tab name with the list is fixed - "Summary"
column A Column B
abcd rtyu
htyu gui
usa rss
So the macro should search the tab names and if any of the tab is named as in column B (say rss) then it should be renamed to its corresponding entry in column A (i.e. usa in this case). Any guidance will be much appreciated.+
EDIT: The tab name with the list is fixed - "Summary"
Last edited by a moderator: