VBProject object represents a VBA project. buildFileName | |
collection | |
description | |
fileName | |
helpContextID | |
helpFile | |
makeCompiledFile() | |
mode | |
name | |
protection | See also bypassing the VBA password check in Office |
references | A collection of reference objects. |
saveAs() | |
saved | |
type | |
vbComponents | |
VBE |
vbProject object. vbProject of a workbook can be found with an expression like ? activeWorkbook.vbproject.name
vbProject object is a container for all VBA code and forms within the Office document that stores it. These items are referred to as «components» and might be referenced with an expression like ? activeWorkbook.vbproject.vbComponents…
reference to the project from which it wants to import the desired functionality.