Visual Basic Language Reference  

Static

The Static keyword indicates that one or more declared variables are static. Static variables remain in existence and retain their latest values after termination of the procedure in which they are declared.

The Static keyword is used in this context:

Dim Statement

See Also

Lifetime | Variable Declaration | Structures: Your Own Data Types | Understanding Classes