add method

add

Adds module for a worksheet.

Returns

def add(self, sheet):
    ...
ParameterTypeDescription
sheetWorksheetThe worksheet

add

Adds module.

Returns

def add(self, type, name):
    ...
ParameterTypeDescription
typeVbaModuleTypeThe type of module.
namestrThe name of module.

See Also