kevinmelendres
New Member
- Joined
- Mar 13, 2015
- Messages
- 1
First of all, I am not an expert when it comes to VBA codes so please simplify your answers.
We are asked to make a program that budgets money. The first part of the program is an assessment. One of the questions is "Do you want to limit your food allowance?". I tried using a yes and no option button. If the user clicks YES, an inputbox will appear asking for the amount. I want to use that amount for another sub procedure because the last part of the assessment is a SUBMIT button. The amount inputted in that inputbox will be used. How do I do that? I've tried making it into a function but I'm having a hard time since it is an option button. Thank you in advance.
We are asked to make a program that budgets money. The first part of the program is an assessment. One of the questions is "Do you want to limit your food allowance?". I tried using a yes and no option button. If the user clicks YES, an inputbox will appear asking for the amount. I want to use that amount for another sub procedure because the last part of the assessment is a SUBMIT button. The amount inputted in that inputbox will be used. How do I do that? I've tried making it into a function but I'm having a hard time since it is an option button. Thank you in advance.