AddEmptyModule

VbaModuleCollection.AddEmptyModule method

Fügt dem VBA-Projekt ein neues leeres Modul hinzu.

public IVbaModule AddEmptyModule(string name)
ParameterTypBeschreibung
nameStringName des Moduls

Rückgabewert

Modul hinzugefügt.

Siehe auch