show multiple rows on a user form

G

Guest

HI,

I would like to know if it is possiblem and how ,,, to have a user enter a
value ona form, then search fior that value on a sheet (it will appear
multiple times) and show the related colums of information on the same or
another form.

I thought of using the value entered to initiate a filter and then showing
the spreadsheet, but would prefer to show the values on a form..

Thanks
Wayner
 
G

Guest

showing values on a userform is just a matter of loading them into a control
or controls. So you should not have a problem.

If your question is how to find multiple instances of a value in a column,
look in Excel VBA help at the sample code for the FindNext command.
 

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

Top