Up at the top of the code window are two combo boxes. For a form, you have
(General) and a list of objects that have events in the left combo box.
Click on Form. In the combo box on the right, click on the event you want.
The focus and cursor will jump to that procedure in the code window.
For custom procedures in any code module (not just forms'), click on (General)
in the left combo box and click on the custom procedure listed in the right
combo box. The focus and cursor will jump to that procedure.
Split the code window and you can have up to two procedures viewable in the
same module at the same time. Tile the windows and you can have more than
one code module visible at the same time.
Chris
Microsoft MVP
>Is there a way to have more than one code page for an event procedure open at
>the same time. I have several forms that im building procedures for but find
[quoted text clipped - 7 lines]
>Fred Alyea
>Tylendal@webseth.com
Tylendal - 26 May 2008 13:57 GMT
Thanks for the information Chris. I guess I was less than clear in what I'm
trying to do. I would like to have 2 code windows open at the same time. A
code window for each of 2 different forms.
Thanks for any help you can give me on this question.
Fred Alyea
> Up at the top of the code window are two combo boxes. For a form, you have
> (General) and a list of objects that have events in the left combo box.
[quoted text clipped - 23 lines]
> >Fred Alyea
> >Tylendal@webseth.com
Chris O'C - 26 May 2008 15:36 GMT
Open the code window and close all open modules. From the project explorer,
open only the two modules you want to work with. Use the window menu to tile
horizontally. One module will be placed above the other, and you can edit
both modules.
Chris
Microsoft MVP
>Thanks for the information Chris. I guess I was less than clear in what I'm
>trying to do. I would like to have 2 code windows open at the same time. A
[quoted text clipped - 9 lines]
>> >Fred Alyea
>> >Tylendal@webseth.com