It doesn't bring up the debug option. I get the first popup that states "The object doesn't...." then click OK. Then it just brings up the "Stop All Macros" box. The code itself works fine, so I wouldn't imagine it would bring up the debug box.
Appreciate the quick response. I tried with the "!", but same result. The code itself works fine, because stepping through I get the desired result. It's some sort of breakdown between the macro and the form, it seems.
Updated code:
Function Select_Invoice_Amount_Type()
With...
Greetings. I have a small issue that I'm sure will be a simple fix. I have a form with two radio buttons (by $ and by %). If the user selects "by $", then the % text boxes are grayed out, and vice versa for "by %". The code works as intended as I step through it. However, once I assign the...