VbaModuleCollection.Remove

Remove(Page)

Removes module for a page.

public void Remove(Page page)
ParameterTypeDescription
pagePageThe page

See Also


Remove(string)

Remove the module by the name

public void Remove(string name)
ParameterTypeDescription
nameString

See Also