If I want to find the last row with data in a column that has a filter, is there a way to do this (in vb) without having to expand all rows, i.e turn off the filter?
Because currently my code is much slower from having to constantly turn off and the filter.
The filter is run by code by the way, in the form of a loop. It is not an auto filter
Because currently my code is much slower from having to constantly turn off and the filter.
The filter is run by code by the way, in the form of a loop. It is not an auto filter