Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 1 . Write a reference, in VBA code, to each of the following ranges. ( You can assume that each of these ranges is

Q1. 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.) Heres an example. Question: The cell one column to the right and two rows below Cell A1. Answer: Range (A1).Offset(2,1)
The fifth cell of the range B1:B30.
The cell at the intersection of the 25th row and 5th column of the range A1:Z100.
The cell at the intersection of the 25th row and 5th column of the range that has been set to a Range object variable named SalesRange.
A range of employee names, assuming the first is in cell B2 and they extend down column B (although you dont know how many there are).Q1. 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.) Heres an example. Question: The cell one column to the right and two rows below Cell A1. Answer: Range (A1).Offset(2,1)
The fifth cell of the range B1:B30.
The cell at the intersection of the 25th row and 5th column of the range A1:Z100.
The cell at the intersection of the 25th row and 5th column of the range that has been set to a Range object variable named SalesRange.
A range of employee names, assuming the first is in cell B2 and they extend down column B (although you dont know how many there are).Q1. 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.) Heres an example. Question: The cell one column to the right and two rows below Cell A1. Answer: Range (A1).Offset(2,1)
The fifth cell of the range B1:B30.
The cell at the intersection of the 25th row and 5th column of the range A1:Z100.
The cell at the intersection of the 25th row and 5th column of the range that has been set to a Range object variable named SalesRange.
A range of employee names, assuming the first is in cell B2 and they extend down column B (although you dont know how many there are).Q1. 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.) Heres an example. Question: The cell one column to the right and two rows below Cell A1. Answer: Range (A1).Offset(2,1)
The fifth cell of the range B1:B30.
The cell at the intersection of the 25th row and 5th column of the range A1:Z100.
The cell at the intersection of the 25th row and 5th column of the range that has been set to a Range object variable named SalesRange.
A range of employee names, assuming the first is in cell B2 and they extend down column B (although you dont know how many there are).Q1. 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.) Heres an example. Question: The cell one column to the right and two rows below Cell A1. Answer: Range (A1).Offset(2,1)
The fifth cell of the range B1:B30.
The cell at the intersection of the 25th row and 5th column of the range A1:Z100.
The cell at the intersection of the 25th row and 5th column of the range that has been set to a Range object variable named SalesRange.
A range of employee names, assuming the first is in cell B2 and they extend down column B (although you dont know how many there are).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Luc Perkins, Eric Redmond, Jim Wilson

2nd Edition

1680502530, 978-1680502534

More Books

Students also viewed these Databases questions