Is there a way to the sheet name equal "A1".
Then whatever data I put in A1 will change the name of the sheet?
Is there a way to the sheet name equal "A1".
Then whatever data I put in A1 will change the name of the sheet?
Hi,
Try the below code. Right click the sheet tab and select view code. Paste code in and enter your name in Range A1
VBA Noob![]()
Private Sub Worksheet_Change(ByVal Target As Range) ActiveSheet.Name = Range("A1").Value End Sub
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
outstanding! thank you
No problem
Glad it helped
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks