Search notes:

VBA: looping statements

Looping statements are

Assignment and condition evaluation in one go

It seems impossible to have an assignment and and an evaluation of the condition in one go (as in other languages such as C or C++).

See also

Declaring variables within loop scope

Index