G
Glen Mettler
I need to capture the row of a selected text value. Example:
Sheets(1).Range("A1").value = "LM "
"LM" is also located somewhere in column F of Sheet2
I need to lookup LM in column F of sheet2 and capture the row.
How can I do that either as a formula in a cell or vb code?
Glen
Sheets(1).Range("A1").value = "LM "
"LM" is also located somewhere in column F of Sheet2
I need to lookup LM in column F of sheet2 and capture the row.
How can I do that either as a formula in a cell or vb code?
Glen