Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to set the name of a Sheet to a Cell within that sheet. Example
its current name is "Sheet1". I need the sheet name to change to a value in a Cell. Is this possible - can anyone help. Thank you! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
'/========================================/
Sub ChangeSheetName() Application.ActiveSheet.Name = ActiveCell.Value End Sub '/========================================/ OR '/========================================/ Sub ChangeSheetName() Application.ActiveSheet.Name = Range("C2").Value End Sub '/========================================/ HTH, -- Gary Brown If this post was helpful, please click the ''Yes'' button next to ''Was this Post Helpfull to you?''. "kendall" wrote: I am trying to set the name of a Sheet to a Cell within that sheet. Example its current name is "Sheet1". I need the sheet name to change to a value in a Cell. Is this possible - can anyone help. Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to add cell comments in unlocked cell on protected worksheet | Excel Discussion (Misc queries) | |||
Comparing a list to a Calendar worksheet. | Excel Worksheet Functions | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
macro help | Excel Discussion (Misc queries) | |||
Refrencing another cell in a worksheet that "could" exist | Excel Worksheet Functions |