VbaModuleCollection.Remove

Remove(Worksheet)

Removes module for a worksheet.

public void Remove(Worksheet sheet)
ParameterTypeDescription
sheetWorksheetThe worksheet

See Also


Remove(string)

Remove the module by the name

public void Remove(string name)
ParameterTypeDescription
nameString

See Also