Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 683 Bytes

for-loop-not-initialized-error-92.md

File metadata and controls

23 lines (14 loc) · 683 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
For loop not initialized (Error 92)
vblr6.chm1000092
vblr6.chm1000092
11c7ab3f-c619-3b94-6399-11c4a00546f4
06/08/2017
medium

For loop not initialized (Error 92)

For loop counters must be initialized. This error has the following cause and solution:

  • You jumped into the middle of a For...Next loop. Remove the jump into the loop. Placing labels inside a For...Next loop isn't recommended.

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

[!includeSupport and feedback]