Question: I need help writing this vba code 1. Write a sub which loops over the integers 1,2,....20. For each such value determine whether the number
I need help writing this vba code
1. Write a sub which loops over the integers 1,2,....20. For each such value determine whether the number is even or odd. Write to cells (
2. Write a sub in which the first two lines in the body of the sub activate Sheet2 and clear both the contents and formatting of the cells in the entire sheet. loop through the first 1000 rows in the workbook. If the row number is divisible by 3 then paint the interior of the cells in that row gray(160). if the remainder of the row number divided by 3 is 1 paint gray(220) and if it is 2 paint gray(190). Here gray(#) is not a function but short-hand for RGB.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
