This is part 3 in a series of videos about how to make a hangman game with Visual Basic for Applications, otherwise known as VBA. This video shows how to write a program that will run when the New Game command button is clicked. It covers declaring and initialising an array variable to store a set of related words, so that one of them can be selected when a new game begins. In this version of the game, the player selects a word by typing a number into an Input box. It also shows how the length of a word can be found using the Len function.