Selecting particular records

  • Thread starter Thread starter gundu
  • Start date Start date
G

gundu

Hi

I have an excel sheet with dialog box having default values.I wan
particular records from the sheet when I click any value in the dialo
box.Like when I click the first value it should show me the 1-5
records and for the second value it should show next 50 records in th
sheet.I would appreciate if someone helps me.

Thank
 
Perhaps you could add some code to the button that will run an
AutoFilter or Advanced Filter on the worksheet, using a start and end
value from your dialog box.

Record the steps as you apply a filter manually, and you'll have a good
start to the code.
 

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