Locking Form Size

  • Thread starter Thread starter Manuel
  • Start date Start date
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
 
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.
 
Back
Top