immediate window does not open with CTRL+G

R

rb34

I've created a module ("ShowUsers") to show the current users of the
database, as per a suggestion I saw on this message board. The instructions
say to type "ShowUserRosterMultipleUsers" in the Immediate Window and then
press Enter. When I press CTRL+G it opens the Visual Basic Editor. When I
press Alt+F1 it opens up Help (which so far isn't). How do I open this
Immediate Window to type in the command?

Any help is appreciated
Rob
 
K

Ken Snell [MVP]

While in Visual Basic Editor, go to View | Immediate Window and click that
item.
 
O

Ofer

When ypu press CTRL+G it opens the Visual Basic Editor, on the bottom of that
screen there is another screen, maller, that the Immediate Window.
The screen split to two.
One to code and the second is the Immediate Window
 
Top