listbox as filtr

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi,

I have problem with listbox, now.
I'd like show in userform.listbox all records in worksheet
(range(a4:h2000)) fulfil a condition: show all records
with "apple" in column(2) and fit all (8) columns in
listbox. Column(2) contain different fruit.


Can someone give me some suggestions?

Regards
Mark
 
Mark,

You need to filter (suggest on a worksheet somewhere), and then point the
listbox at that filter data.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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