Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Case Else statement occurs outside a Select block. A Case Else statement can be used only between a Select or Select Case statement and its corresponding End Select statement.
Error ID: BC30071
To correct this error
- Remove the Case Else statement or move it to within a Select block.