Hi, I am getting an Run-time err 424 Object Required error on the line of code below.
If CustomerComboBox = Application.VLookup(CustomerComboBox, InvoiceInfo.Range("NonautomatedContracts"), 1, False) Then
MsgBox "Please fix."
Exit Sub
End If
This is taking place in a...