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 Userform. The CustomerComboBox is a value from a combobox and it is comparing what is in the customercombobox against a list titled Nonautomated Contracts.
Any ideas?
Thanks - M
If CustomerComboBox = Application.VLookup(CustomerComboBox, InvoiceInfo.Range("NonautomatedContracts"), 1, False) Then
MsgBox "Please fix."
Exit Sub
End If
This is taking place in a Userform. The CustomerComboBox is a value from a combobox and it is comparing what is in the customercombobox against a list titled Nonautomated Contracts.
Any ideas?
Thanks - M