add_project_refrernce method

add_project_refrernce

Adds a reference to an external VBA project.

Returns

def add_project_refrernce(self, name, absolute_libid, relative_libid):
    ...
ParameterTypeDescription
namestrThe name of reference.
absolute_libidstrThe referenced VBA project’s identifier with an absolute path.
relative_libidstrThe referenced VBA project’s identifier with an relative path.

See Also