This is part 5 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 initialise a variable with the text that a player types into a text box on the form when guessing a letter. It also shows how the Mid function can be used to select an individual letter in a word, and how this can be used along with a For Next loop and an If statement to check if the letter guessed by the player is in the word.