Hi
This code literally returns the first value of my table regardless to whether a filter is applied and the row hidden;
But I want it to return the 1st value of a filtered table i.e. After filtering, the very first value still showing.
If it helps, after filtering the table, there will only ever be 1 value showing.
Thanks in advance
This code literally returns the first value of my table regardless to whether a filter is applied and the row hidden;
Code:
Worksheets("C&I Calculator").Range("C14").Value = Worksheets("Live Deals").Range("N5", Cells(Rows.Count, "N").End(xlUp)).Cells(2, 1)
But I want it to return the 1st value of a filtered table i.e. After filtering, the very first value still showing.
If it helps, after filtering the table, there will only ever be 1 value showing.
Thanks in advance
Last edited: