Constants in Visual Basic

Constants store values that, as the name implies, remain constant throughout the execution of an application. Use constants in your code for values that are used repeatedly or to make code more readable.

In This Section

Reference