AddEmptyModule

VbaModuleCollection.AddEmptyModule method

Adds a new empty module to the VBA Project.

public IVbaModule AddEmptyModule(string name)
ParameterTypeDescription
nameStringName of the module

Return Value

Added module.

See Also