Select Case structure
A Select Case structure is similar to an If . . . Then . . . ElseIf structure, but it’s more efficient
when the branching depends on one key variable, or test case. You can also use Select Case
.................................................. ...................to make your program code more readable
|