Minimize Excel also hides all User Forms

  • Thread starter Thread starter Tom Snoiker
  • Start date Start date
T

Tom Snoiker

I have an Excel based app that displays a userform. If I
minimize Excel, it forces the Form to also hide.

I assume there must be a way to avoid this, but after years of
living with it, I'd be pleased to find out the method.
 
Nice. A little more intense than I was hoping for , but I'm sure I
can work throught it.

The Application.visible = False, I don't think does what I need, I
was familiar with that command. Also, if you issue that and close
the form, I don't think you can get back into Excel, you have to end
the process. Doesn't show up in the tray.
 
Tom,

I'm glad you found something that works. I was assuming you'd set
Application.Visible back to true before the form was closed (and if an error
occurred).

Doug
 

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