Const Age As Integer = 25, City As String = "Denver", PayCheck As Currency = 350 Sub severalConst() MsgBox Age MsgBox City MsgBox PayCheck End Sub