problems maximizing windows in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I don't know what I've done 2 days ago, but when I press maximized button
(upper right corner) in VB the window of my project opens as a whole window
and the propierties and project explorer windows dissapear( I mean, I need to
minimized my module window so I can chek the propierties), I want that when
maximize my module window, it opens just to the third part of the VB window
aand in the left of VB appears the Project explorer and the Propierties
windows (like 2 days ago)
Hope have sense
TIA
 
Hello filo666,

Once you have opened the Visual Basic Editor, select VIEW on the th
standard toolbar. In the list you should see the command PROJEC
EXPLORER, click on it. Click VIEW again and click the comman
PROPERTIES WINDOW. Now you're environment should be the same as it wa
2 days ago.

Alternate Method Using Keystrokes

To display the Project Explorer Window
ALT + V
CTRL + R

To display the Properties Window
ALT + V
F4

Siincerely,
Leith Ros
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top