I'm currently working on updating a table based on a custom list (Options -> Advanced ->General ->Edit Custom Lists) , however, I would like for that list to automatically update when the range changes.
ie:
Added the custom list from range A1:A20 , so if I change the order of the items the sorting should be automatic.
Based on research it seems that you can only delete the custom list and add a new one, code below:
Application.AddCustomList ListArray:=Range("Sheet1!A1:A20")
I want to use the custom list to compare providers, so pretty much I have a pivot table and I want to get the providers in a certain order from left to right, let's say: Provider A, Provider B, provider C, provider D (That's when Provider A is compared with the rest) but then I want to compare Provider D the list will be like: Provider D, Provider A, Provider B, Provider C, so on and so forth.
Any ideas on alternatives?
