Hi all,
Think I'm being dumber than normal.
I have a workbook.
When a worksheet (intro) is selected I need the cell B28 to read "No of players that have played for TEAM"
Now the TEAM can be any team, but it is named properly on a sheet called setup in cell D1 and the cell is named MyTeam.
I think that the code should read
I can't fathom out what the XXXXX code needs to be to complete this.![]()
Private Sub Worksheet_Activate() XXXXX "No of players who have played for" & MyTeam & " ." End Sub
Please can someone help me?
Thanks.
Bookmarks