Hi,
I have the following line of code which returns the max value in a column located within a table. This works just fine. What I'd like to do is also get the table row index for that value. How can I take the value and get the index for the row?
thanks,
Mike
I have the following line of code which returns the max value in a column located within a table. This works just fine. What I'd like to do is also get the table row index for that value. How can I take the value and get the index for the row?
Code:
fred = Application.WorksheetFunction.Max(Range("non_p_plan_length_table[Min Length]"))
thanks,
Mike