Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 827 Bytes

block-if-without-end-if.md

File metadata and controls

23 lines (14 loc) · 827 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Block If without End If
vblr6.chm1040082
vblr6.chm1040082
91afa2da-49e3-ea56-1d5c-128ae4fb1409
06/08/2017
medium

Block If without End If

An error occurred due to an incomplete statement. This error has the following cause and solution:

  • An If statement is used without a corresponding End If statement. A multiline If statement must terminate with a matching End If statement. For nested If...End If statements, make sure there is a correctly matched If...End If structure inside each enclosing If...End If structure.

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

[!includeSupport and feedback]