Hi, I am getting a run time error 424 on the code below:
If Sheets("Specs").Range("B4").Value = Application.WorksheetFunction.VLookup(Sheets("Specs").Range("B4").Value, Sheets("InvoiceInfo").Range("E1:E100"), 1, False).valu Then
MsgBox "This is a fixed item. "
Exit Sub...