AddEmptyModule

IVbaModuleCollection.AddEmptyModule method

Agrega un nuevo módulo vacío al Proyecto VBA.

public IVbaModule AddEmptyModule(string name)
ParámetroEscribeDescripción
nameStringNombre del módulo

Valor_devuelto

Módulo agregado.

Ver también