Ways of creating an object.
set var = CreateObject("Ccl.UOW") set var = New CclOUOW
New is the preferred method in Visual Basic. For VBScript, you can use only the CreateObject method.