add_empty_module method

add_empty_module

Adds a new empty module to the VBA Project.

Returns

Added module.

def add_empty_module(self, name):
    ...
ParameterTypeDescription
namestrName of the module

See Also