I really need help in VBA code for the list of items in an autofilter selection.
For example
Three columns Name, Town, Postcode - Autofiltered
Thousands of rows
If I click on the second field (town) a list would drop down to enable me to click on a town - What I need.... is the VBA code to go through each one of those items on the list, and loop to the next item in the list until there are no more items
Between each item on the list I will write some code.
This is to enable a summary to be compiled.
This is the last phase in totally automating a report from text upload to productive end result to summary in email.
So... would really appreciate some help.
For example
Three columns Name, Town, Postcode - Autofiltered
Thousands of rows
If I click on the second field (town) a list would drop down to enable me to click on a town - What I need.... is the VBA code to go through each one of those items on the list, and loop to the next item in the list until there are no more items
Between each item on the list I will write some code.
This is to enable a summary to be compiled.
This is the last phase in totally automating a report from text upload to productive end result to summary in email.
So... would really appreciate some help.