Did some research out of curiosity and learned that SELECT CASE statement is meant to replace IF/ELSE IF. Likewise, you can have as many SELECT CASE statements as you desire but of course that wouldn't be good
coding practice. ALSO ... each module is limited to 64k so when you exceed that level the SELECT CASE statements will crash.