Is it possible to utilize a sort "Key" range address and identify the range elsewhere? My goal is to highlight the sort "Key2" cell from this sort code.
"Cells.Sort Key1:=Range("A1"), Order1:=xlAscending, Key2:=Range("F2") _
, Order2:=xlAscending, Header:=xlYes"
I am looking to highlight the "Key2" cell address ([F2]) with something like this..."Range("Key2").Interior.ColorIndex = 16"
Thanks
"Cells.Sort Key1:=Range("A1"), Order1:=xlAscending, Key2:=Range("F2") _
, Order2:=xlAscending, Header:=xlYes"
I am looking to highlight the "Key2" cell address ([F2]) with something like this..."Range("Key2").Interior.ColorIndex = 16"
Thanks