View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kAustin79 kAustin79 is offline
external usenet poster
 
Posts: 7
Default How to make tab name match cell on another sheet?

I have a set of tabs in a workbook template. I would like to have some of the
exsisting tabs automatically rename according to specific cells on another
sheet.

example:
cells 1-10 in column A of the 1st tab have text: "Week01" - "Week10"

name of 2nd tab = cell A1 in 1st tab ("Week01").
name of 3rd tab = cell A2 in 1st tab ("Week02").
name of 4th tab = cell A3 in 1st tab ("Week03").
......and so on.