J
J.W. Aldridge
Need each new sheet's name to be based on cell value.
Should look something like this (but this one doesnt work)
Private Sub Workbook_NewSheet(ByVal Sh As Object)
Dim Ws As Worksheet
Ws.Name = Ws.Range("e2").Text
End Sub
Should look something like this (but this one doesnt work)
Private Sub Workbook_NewSheet(ByVal Sh As Object)
Dim Ws As Worksheet
Ws.Name = Ws.Range("e2").Text
End Sub