This is part 4 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 the Rnd command can be used to generate a random integer that can then be used to randomly select a word to guess from the array variable. It also shows how text strings can be concatenated together for display either in a message box, or as a label caption on the form.