Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1010 Bytes

statement-too-complex.md

File metadata and controls

25 lines (15 loc) · 1010 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Statement too complex
vblr6.chm1011276
vblr6.chm1011276
27400fc8-d50a-d2c6-406e-7d33b10a133c
06/08/2017
medium

Statement too complex

Visual Basic is unable to analyze this statement. This error has the following causes and solutions:

  • Your statement can't be parsed due to its complexity. Try breaking the statement into several smaller components or replace complex conditional clauses with a combination of logical operators and If...Then...Else statements.

  • Your statement or function uses too many nested function calls. Make function calls earlier and assign the results to specific variables; then use the variables in the statement that is causing the complexity error.

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

[!includeSupport and feedback]