Search notes:

VB Editor Object Model: VBComponents

VBComponents is a collection of vbComponent objects.

Properties and methods

add
addCustom
count
import Compare with codeModule.addFromFile and vbComponent.export.
item
parent The project (a vbProject object) where the vbComponents collection resides in.
remove application.vbe.activeVBProject.vbComponents.remove application.VBE.activeVBProject.vbComponents("Module1")
VBE

See also

The VB Editor object model.

Index