I have a changing range always composed of 1 column. I have the start and end points determined in a loop as L and J.
How do I refer to that Range if the column is always "I"?
I tried SummarySheet.Range(Cells(9, L), Cells(22, J)) but no luck.
I would like to feed this Range into the COUNTIF function to search for a specific string.
How do I refer to that Range if the column is always "I"?
I tried SummarySheet.Range(Cells(9, L), Cells(22, J)) but no luck.
I would like to feed this Range into the COUNTIF function to search for a specific string.