create a form to find next

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

Guest

I have a spreadsheet containing multiple entries for the same account and
want to create a form which will scroll through all entries for a selected
account, any ideas how to achieve this would be greatly appreciated

Thanks
 
Autofilter the data, then loop through the visible cells.

or look at the visual basic help example in the VBE for the FindNext method.
 

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