Question: 1. Write a VBA macro called EVEN100 that use a loop and displays all the even numbers in the range of [100,300] in Sheet1,
1. Write a VBA macro called EVEN100 that use a loop and displays all the even numbers in the range of [100,300] in "Sheet1", column C, starting from cell "C1". 2. Write a VBA macro called SUM31 that calculates the following summation: sum=31+ 30 +292+...+3 +2+1 The result is displayed in a message box.
Step by Step Solution
There are 3 Steps involved in it
Here are the VBA macros you requested VBA Macro EVEN100 to Display Even Numbers vba Sub EVEN100 Dim ... View full answer
Get step-by-step solutions from verified subject matter experts
