write the syntax of SELECT CASE
Answers
Answered by
0
Answer:
Each Select Case statement must have a matching End Select statement. The expression list that follows the Case in a Select Case statement must be a list of constant numeric or string expressions. If you want to use variables for different cases, use the If...Then... Else Statement instead.
Similar questions