If you simply declare a variable with a Dim statement and leave off the type-declaration keyword or character, the variable is a variant
Sub var() Dim myVar End Sub