Excel user form modeless

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

Guest

In some of the threads there is talk about max/min and how that is useless
unless the form is loaded as a modeless form. I need to use the sheet outside
the form. Click between both. It might already have a thread on it...could
someone let me know...
thanks, you all are walking reference books, love this site.

gary
 
Hi Gary,

Try:

'=============>>
Public Sub Tester001()
Userform1.Show vbModeless
End Sub
'<<=============
 

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