Problem 2.4 from this link:
A committee with three members, {1; 2; 3}, has to choose a new member of a club among a set of four candidates, {a; b; c; d}. Each member of the committee has veto power which is used in a successive way, starting by member 1, and finishing with member 3. Each member of the committee has to veto one and only one of the candidates that have not been vetoed yet.
(a) Draw the extensive form of the game, writing in the terminal nodes the name of the elected candidate.
(b) How many strategies has each player? Do not try to write them out to > count them (player 3 has more than 4,000)
According to the text of part(b) of the problem, player 3 apparently has more than 4000 strategies.
I'm not seeing how that's the case. As I understand it, the game tree should look like this:
So where's this > 4000 strategies coming from? (I'm completely accepting of the fact that I'm probably wrong - just want to understand why!)

You have the correct game tree. I think the issue is just the definition of "strategy" - a strategy for player 3 is a full description of what that player will do in all possible situations. There are $12$ different situations that player 3 may end up in, corresponding to the $12$ boxes marked "3" in your diagram. For each of these player 3 has $2$ choices, so the total number of different possible strategies is $2^{12}>4000$.