This code gives me a report.. but when the product selected in the combobox isn't found it gives me an error, I want it to just end the code and let me make a new search instead of the error.
In the code I posted below, where it says:
s = Sheets("Menu").ComboBox1
If s = "" Then Exit...