Computer Science, asked by Luckywankhade, 2 months ago


select Case is an alternative to using nested if Then
Else . Statement. True or False​

Answers

Answered by AMEERSOHAILDALAWAI1
0

Answer:

So yeah guys, this is how the Select Case (switch) statement is used in Excel VBA to check multiple conditions. Instead of multiple If Else If statement we use the Select Case statement to switch results.

Similar questions