create_ole_type_lib_reference method

create_ole_type_lib_reference

Creates new OLE Automation type library reference.

Returns

New OLE Automation type library reference IVbaReferenceOleTypeLib

def create_ole_type_lib_reference(self, name, libid):
    ...
ParameterTypeDescription
namestrName of the VBA project reference str
libidstrIdentifier of an Automation type library str

See Also