Computer Science, asked by yatharthvasania5515, 9 months ago

If i select the range a1:a3, how many cells will that refer to?

Answers

Answered by Anonymous
0

Answer:

In this article

How to Select a Cell on the Active Worksheet

How to Select a Cell on Another Worksheet in the Same Workbook

How to Select a Cell on a Worksheet in a Different Workbook

How to Select a Range of Cells on the Active Worksheet

How to Select a Range of Cells on Another Worksheet in the Same Workbook

How to Select a Range of Cells on a Worksheet in a Different Workbook

How to Select a Named Range on the Active Worksheet

How to Select a Named Range on Another Worksheet in the Same Workbook

How to Select a Named Range on a Worksheet in a Different Workbook

How to Select a Cell Relative to the Active Cell

How to Select a Cell Relative to Another (Not the Active) Cell

How to Select a Range of Cells Offset from a Specified Range

How to Select a Specified Range and Resize the Selection

How to Select a Specified Range, Offset It, and Then Resize It

How to Select the Union of Two or More Specified Ranges

How to Select the Intersection of Two or More Specified Ranges

How to Select the Last Cell of a Column of Contiguous Data

How to Select the Blank Cell at Bottom of a Column of Contiguous Data

How to Select an Entire Range of Contiguous Cells in a Column

How to Select an Entire Range of Non-Contiguous Cells in a Column

How to Select a Rectangular Range of Cells

How to Select Multiple Non-Contiguous Columns of Varying Length

Notes on the examples

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. The examples in this article use the Visual Basic methods listed in the following table.

asciidocCopy

Method Arguments ------------------------------------------ Activate none Cells rowIndex, columnIndex Application.Goto reference, scroll Offset rowOffset, columnOffset Range cell1 cell1, cell2 Resize rowSize, columnSize Select none Sheets index (or sheetName) Workbooks index (or bookName) End direction CurrentRegion none

plz mark me as brainlist

Similar questions