CodePaneView Property (VBA Add-In Object Model)

Microsoft VBA

CodePaneView Property

           

Returns a value indicating whether the code pane is in Procedure view or Full Module view. Read-only.

Return Values

The CodePaneView property return values are:

Constant Description
vbext_cv_ProcedureView The specified code pane is in Procedure view.
Vbext_cv_FullModuleView The specified project is in Full Module view.