Locking Form Size

M

Manuel

Hi,

I have a form with a macro on it which opens another
form. The 1st form is maximized to fit the entire
screen. The second form is much smaller, and is not
maximized. The problem is when I open Form 2 with the
Macro on Form 1, Form 2 opens maximized, which I do not
want, I want Form 2 to retain it's original size.

Any suggestions.

Thanks,

Manuel
 
V

Van T. Dinh

In the Form2_Activate Event, run a Macro that has the Macro action Restore.

In the Form1, I don't know where you maximized it but you should run a Macro
that has the Macro action Maximize using the Form1_Activate Event.
 

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

Similar Threads


Top