Hello,
This is my first post and I appreciate any tips that can be offered to me on the following problem I am trying to solve. I am learning VBA in a college course and have a homework problem I am having difficulty figuring out (I am brand new to VBA).
Here is the setup:
Write a sub that asks a user via inputbox for an integer value between 1 and 5. This should be embedded within a Do loop so that the user keeps getting asked to input a number until they input an integer between 1 and 5. Use a For Loop for error checking.
This is not the exact problem I am tasked with completing, but it is similar and will help me to learn the particular coding techniques I need to know to complete the problem.
Thank you again for any help.
Regards.
Bookmarks