Connecting Tech Pros Worldwide Forums | Help | Site Map

Debugging in VBA - 2B) The Project Explorer Pane (Ctrl-R)

NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,737
#1   May 20 '07
Table of Contents - [Debugging in VBA]
Previous Chapter - [Debugging in VBA - 2A) The Code Pane (F7)]
Next Chapter - [Debugging in VBA - 2C) The Properties Pane (F4)]
-----------------------------------------------------------------------------------------------
2B) The Project Explorer Pane (Ctrl-R).
This lists the hierarchy of objects that can contain code. Ultimately, they all drop from the overall project. Double-click on any object to open the code for that object in the Code Pane.

There is also the option of opening an object (a form for instance) in design view.
Attached Images
File Type: png VBAProjExp.Png (9.2 KB, 128 views)



Reply