UsefulGyaan Has Posted the Following On 06-06-2013 05:18 PM:
The syntax for declaring a variable in VBA is: ****** Dim [VariableName]**** As [VariableType] If the variable type is not specified, then the variable becomes a Variant by default. However, this behavior can be modified using DefType statements. A DefType statement can be used to set the default data type for those Variables/Functions(return type)/Function-Parameters whose […]
DefType Statements in VBA
Bookmarks