Transformer
06-06-2013, 04:52 PM
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 […]http://stats.wordpress.com/b.gif?host=usefulgyaan.wordpress.com&blog=50473542 &post=900&subd=usefulgyaan&ref=&feed=1
DefType Statements in VBA (http://usefulgyaan.wordpress.com/2013/06/06/deftype-statements-in-vba/)
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 […]http://stats.wordpress.com/b.gif?host=usefulgyaan.wordpress.com&blog=50473542 &post=900&subd=usefulgyaan&ref=&feed=1
DefType Statements in VBA (http://usefulgyaan.wordpress.com/2013/06/06/deftype-statements-in-vba/)