VBA Excel 2016 Lesson 8 – Select Case statement

In this lesson we experiment with changing our If Statement to a Select Case statement, reducing the number of times the same code is typed and thus makes our code more efficient.