hi, I am writing a couple of functions and subs in a project. It is time consuming for me to remember where to find specific function or sub. I know there is a better way to toggle b/w two or more procedures. Can anyone tell me how I can do this feature.
thanks
Al
Couple of way. In the object browser (F2) you can select the procedure and then right click and select "View Definition" or you can right click in the code plane on the procedures call and do the same thing. After you goto the definition you can also right click and select the "last postion" to return to the previous code. If you choose to battle wits with the witless be prepared to lose.
CTRL + Tab will toggle between views. Meaning if you have a form open in code view and form view doing this will toggle back and forth. Now open a module and you will start toggling between all three.
CTRL Up/Down Arrow will place the cursor at the first line within the procedure.
Or are you talking about the two buttons at the lower left of the code window. The Left one will show only one procedure at a time while the right one will show all the procedures one after another.
On the Edit Toolbar use the bookmark flag. You can set a bookmark in each function that your working on ,then simply click the goto next bookmark or previous bookmark buttons.
Put your cursor over a procedure reference in code then press Shift+F2 to go there. Press Ctrl+Shift+F2 to navigate back through the stack of Shift+F2 s.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.