Sunday, July 27, 2008

Variable In VB6/VBA

Declaration:
Dim VarName As DataType
Use:
VarName=Value
Example:
Dim x As Integer
x=10
Declare with Initial Value:
NO

No comments: