I keep getting this error saying object doesn't support property or method when I run this bit of my code.
Any ideas how to get it to work?
If ActiveCell.Value <> WorksheetFunction.VLookup(ActiveCell.Offset(0, 1), Workbooks("Log.xls").Worksheets("Log").Range("A:B"), 2, False) Then
[f2].Value = vvvv
End If