State about variant Data type in vba macros
Variant data type is default data type
If the user didn't provide any data type while declaring the object, then application consider that variable against VARIANT
This data type considers both Data variable and Object variable