Iam trying to Vlook from one work book to another work. Cursor is locating correctly but not picking up the lookup value.
Dim LValue as String
lookFor = Internal_Sheet.range("A2").value
Set IFRange = Snow_Sheet.Range("A1:I200")
LValue = Application.worksheetfunctions.Vlookup(lookFor...