Minimize Application

  • Re: Minimize Application


    Hi,


    Copy in the following code into a blank module and change YourFormName accordingly:


    Code
    Sub Auto_Open()
    ActiveWindow.WindowState = xlMinimized
    YourFormName.Show
    End Sub


    The following code will then maximise excel (presumably when the user closes your form):


    Code
    ActiveWindow.WindowState = xlMaximized


    Hope this solves this issue.


    Kind regards,


    Robert
    : D

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!