Question: 7. Complete in Excel and show your work Question 7: If...Then...Else - Write a VBA Sub-Procedure that constructs an 'If ...Then...Else' statement to evaluate whether
7. Complete in Excel and show your work


Question 7: If...Then...Else - Write a VBA Sub-Procedure that constructs an 'If ...Then...Else' statement to evaluate whether an integer number is smaller than 1000 or not based on user's input. - Note: Do not forget to declare the variable as data type Integer and run the code. Then...Else Example 7 Sub Example7() Dim x As Integer x= InputBox("Enter an Integer Number. ", "Example 1", 100) If x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
