G Guest Nov 13, 2004 #1 I would like to display the name of the sheet (the tab name) in a cell - or vise versa. So the user could change it just once.
I would like to display the name of the sheet (the tab name) in a cell - or vise versa. So the user could change it just once.
J JE McGimpsey Nov 13, 2004 #2 Take a look here: http://www.mcgimpsey.com/excel/formulae/cell_function.html
G Gord Dibben Nov 13, 2004 #4 Which takes care of putting the sheet name in a cell. For the vice versa......... Sub SheetName22() ActiveSheet.Name = Range("c1") End Sub Gord Dibben Excel MVP
Which takes care of putting the sheet name in a cell. For the vice versa......... Sub SheetName22() ActiveSheet.Name = Range("c1") End Sub Gord Dibben Excel MVP