Can't Filter Sheet from inside a UserForm

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

Guest

I created a form with an Option List.
I would like to click on the option and have the worksheet filtered by the
option I select on the form.

I'd like to do this in real time without closing the Userform and see the
filter in real time, then be able to click another option and see the new
filter updated.

Any Ideas?

I think I have been able to get some functions like this to work but not
unless I close the user form first.
 
Hi,

If the screenupdating instruction is not on, you'll see things change in
your sheet.
Anyway, why don't you open your userform on the modeless mode? I guess It'll
fix the problem.

show userform 0 (zero not O)
or show userform vbmodeless

So long
 

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