How to keep UserForm open at all times while excel is running

  • Thread starter Thread starter NFL
  • Start date Start date
N

NFL

Is there a way to keep the userform list visible at all times? The purpose
of the form is to keep a list available whenever needed. I was thinking of
using the vb command such as ... activecell = listbox.value or something...

Thank you!
 
Is there a way to keep the userform list visible at all times?  The purpose
of the form is to keep a list available whenever needed.  I was thinking of
using the vb command such as ... activecell = listbox.value or something...

Thank  you!

If you make the userform modeless, (or not modeless, i can never
remember which way it is) you can keep the userform open and still do
other things. Google modeless and find out for sure.

dk
 

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