Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 747 Bytes

case-else-outside-select-case.md

File metadata and controls

23 lines (14 loc) · 747 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Case Else outside Select Case
vblr6.chm1011108
vblr6.chm1011108
1966778d-5d35-1189-620d-e7379b039775
06/08/2017
medium

Case Else outside Select Case

A Case Else statement can only occur between matching Select Case and End Select statements. This error has the following cause and solution:

  • You placed a Case Else statement outside the Select Case...End Select block. Move the Case Else statement within a Select Case...End Select block.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]