You are on page 1of 1

Sub RenameSheet()

Dim rs As Worksheet

For Each rs In Sheets


rs.Name = rs.Range("B5")
Next rs

End Sub

You might also like