In excel File A, Col A i have family type for a parts list. 0.5V, 2V, 5V,10V,12V, etc
in Col B thru K I have some part data dimensions and things like that. I was looking for a way to have a macro run a filter by the values in Col A, then run other code I already have, clear the filter selection, and then go to the selection option in the filter.
so if my filter options were
.1
.5
.03
.9
2
8
it would filter for .1
, run code, clear filter, filter by .5
, run code, clear filter, filter by .03
etc etc. I am total lost on how to cycle thru the filter list. Any help would be much appreciated