If there is no comma, the following line produces an error
What is the best practice for skipping this, if it will fail?
Thanks
Code:
Me.txtProjectAddNew = Left(Me.cboSelectCustomer.Column(1), InStr(1, Me.cboSelectCustomer.Column(1), ", ") - 1)
What is the best practice for skipping this, if it will fail?
Thanks