Minimize excel user form

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

Guest

How do I minimize the user form? I need a button(or something) but can't find
it in properties. Also when the user form is on the screen the rest of excel
does not function until I close the user form. I need both at the same time
to be available.
I'm rather new..
Thanks
Gary
I hope I'm not reposting this....not sure the first try when through..
 
Hi Hammer,

You have received suggestions in respect of the first (minimize button) part
of your question.
Also when the user form is on the screen the rest of excel
does not function until I close the user form. I need both at the same
time
to be available.

Try:

'=============>>
Public Sub Tester()
UserForm1.Show vbModeless
End Sub
'<<=============
 
Look at the thread: Minimize Maximize buttons of 7 July in this NG.
All you need will be in there.

RBS
 
Thank you very much for the info..I didn't know this forum existed...this is
now part of my library...
gary
 

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


Back
Top