Constants must have a value

You declared a constant without assigning it a value.

Error ID: BC30438

To correct this error

  • Assign a value to the constant.

See Also

Concepts

Constants Overview

Other Resources

Constants and Enumerations (Visual Basic)