RicksAtWork
Programmer
I have defined a range called Data_individuals
The data has been filtered so that only part of the range is displayed
I have a function that takes a range object.
I want to pass this function the filtered range.
if I just pass range("Data_individuals") this ignores the filtering.
How do I avoid this???
The data has been filtered so that only part of the range is displayed
I have a function that takes a range object.
I want to pass this function the filtered range.
if I just pass range("Data_individuals") this ignores the filtering.
How do I avoid this???