Creating a Data List

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

Guest

I am creating an Excel spreadsheet via a VB application. I would like to
create a List with the header row being dropdowns so the user can sort and
filter.

Does anybody have an example of how to accomplish in VB?
 
The following codes uses the column headers as drop downs to allo
sorting

Rows("1:1").Select 'the row where the headers are
Selection.AutoFilte
 

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