Rachel C
2010-02-20 23:24:58 UTC
I have 3 check boxes. One is an option for Overnight Shipping ($5), one for Saturday Shipping ($12) and one for Full Insurance (10%). If the full insurance is selected, there needs to be an input box that pops up that says "How much insurance do you want?". [ If the number is less than 1 or more than 100,000 dollars, a MsgBox appears asking to fix ] If all three are selected, then my shipping total text box needs to read Overnight + Saturday + Insurance. The insurance being 10% of the number the user would input.
My problem is adding all of those together into one textbox.. But also the input box. I defined it as a variable and have an If line, but when I click my Compute button, the input box pops up even if the checkbox is unchecked.
I hope that all makes sense.