I have a spreadsheet where the first sheet is a form using ActiveX controls (ComboBox, TextBox, and CommandButton). The ComboBox is a part number and the TextBox is a quantity. Once these are filled and the CommandButton is pressed, the information is sent to a master sheet with all entries (ComboBox entry sent to A, TextBox sent to B).
When the CommandButton is pressed and the information is sent to the master sheet, I would like the quantity entered to be compared to a value in D1. If the quantity entered is less than D1 I would like a message box to pop up on the first sheet saying "Quantity too low." If the quantity entered is greater than or equal to D1 then there will be no message box. The person entering the information should never see the master sheet, only the first sheet with the form.
Please let me know if anyone has a solution or if more information is needed.
Thank you!
When the CommandButton is pressed and the information is sent to the master sheet, I would like the quantity entered to be compared to a value in D1. If the quantity entered is less than D1 I would like a message box to pop up on the first sheet saying "Quantity too low." If the quantity entered is greater than or equal to D1 then there will be no message box. The person entering the information should never see the master sheet, only the first sheet with the form.
Please let me know if anyone has a solution or if more information is needed.
Thank you!