What am I doing wrong?
I'm using a custom function
Function NxtShtNm() As String
Application.Volatile
NxtShtNm = ActiveWorkbook.Sheets(ActiveSheet.Index + 1).Name
End Function
That makes it so I can create the formula in Cell P1 to return the name of the event on the next page...