News

To use the Like operator in a Select Case ... you can directly use a condition as the expression. For example: Dim fruit As String fruit = "Apple" Select Case True Case fruit Like "*apple*" ' Code to ...