set var = CreateObject("Ccl.EPI") set var = New CclOEPI
New is the preferred method in Visual Basic. For VBScript, you can use only the CreateObject method.