A variable that contains a reference to an object. For example, objCustomObject
is a variable that points to an object of type CustomObject:
Set objCustomObject = CreateObject(adodb.Recordset)
A variable that contains a reference to an object. For example, objCustomObject
is a variable that points to an object of type CustomObject:
Set objCustomObject = CreateObject(adodb.Recordset)