If I write:

dim tmpObj as Object
.... do something with tmpObj
' and than
tmpObj=Nothing

Did last line of code release resources used by tmpObj?

regard j