RSS Feed for This PostCurrent Article

Difference Declaration and Instantiation an object?

Dim obj as OBJ.CLASS with either
Set obj = New OBJ.CLASS or
Set obj = CreateObject(?OBJ.CLASS?) or
Set obj = GetObject( ,? OBJ.CLASS?)
or
Dim obj as New OBJ.CLASS
Set object = Nothing
ensure the object is release from the memory.
If this object is a form, you can add set myform = nothing and Form_Unload() event.Maintain a habit of remove the object [...]

Trackback URL

Post a Comment