I reckon
if you meant to name Sheet1 after A1 on the data sheet, not A1 on Sheet1![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("A1")) Is Nothing Then Sheet1.Name = Range("A1").Value End If End Sub
I reckon
if you meant to name Sheet1 after A1 on the data sheet, not A1 on Sheet1![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("A1")) Is Nothing Then Sheet1.Name = Range("A1").Value End If End Sub
Josie
if at first you don't succeed try doing it the way your wife told you to
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks