VBAmalta89
Board Regular
- Joined
- Mar 25, 2011
- Messages
- 116
I need to create an if statement in VBA for the following problem but cant get around to understand how to actually do it:
I have three text boxes in a user form that only accept numbers. Now, I need the total of these three numbers to not exceed 100, ie a prompt is given if 100 is exceeded and the user will be unable to complete the form
how do i code this?
I have three text boxes in a user form that only accept numbers. Now, I need the total of these three numbers to not exceed 100, ie a prompt is given if 100 is exceeded and the user will be unable to complete the form
how do i code this?