Question: Write a reference (in VBA code) to each of the following ranges. You can assume that each of these ranges is in the active worksheet
Write a reference (in VBA code) to each of the following ranges. You can assume that each of these ranges is in the active worksheet of the active workbook, so that you dont have to qualify the references by worksheet or workbook. (Hint: You can reference the ranges by using the Select method. e.g., Range(A2:C4).Select.) Before you begin, create a range name in Excel called Profit that covers range D3:Q32. You can test your program one line at a time by pressing the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
