- A variable was declared without specifying a type. If a variable is declared without specifying a type, it defaults to type `Object`. For example, a variable declared with `Dim x` would be of type ...
There are two steps to creating an [object variable](b8bdf64f-5920-1ae9-16d0-b26d09524a30.md). First you must declare the object variable. Then you must assign a valid reference to the object variable ...