king_bevo13
New Member
- Joined
- Oct 19, 2017
- Messages
- 1
I need help writing a sub that asks the user for a positive integer less than 100. Using a Do While loop sum all the even numbers from 0 to the number entered. Display the results of this calculation in a MsgBox. Assume 0 is an even number. Check to be sure that the number is within the specified range and allow the user to correct the entry if it is not without having to re-run the problem.