copy method

copy(self, source)

Copy VBA project from other file.


def copy(self, source):
    ...
ParameterTypeDescription
sourceVbaProject

See Also