Skip to Content
Excel VBA Programming For Dummies, 6th Edition
book

Excel VBA Programming For Dummies, 6th Edition

by Dick Kusleika
February 2022
Beginner to intermediate content levelBeginner to intermediate
432 pages
9h 21m
English
For Dummies
Content preview from Excel VBA Programming For Dummies, 6th Edition

Chapter 8

Working with Range Objects

IN THIS CHAPTER

Bullet Finding out why Range objects are so important

Bullet Understanding the various ways of referring to ranges

Bullet Discovering some of the most useful Range object properties

Bullet Uncovering some of the most useful Range object methods

This chapter digs a bit deeper into Excel’s dungeons and takes a closer look at Range objects. Excel is all about cells, and the Range object is a container for cells. Much of the programming work you do in Excel focuses on Range objects, such as assigning values to cells, putting formulas in cells, and formatting cells.

Referring to Range Objects

A Range object represents a range contained in a Worksheet object. Range objects, like all other objects, have properties (which you can examine and sometimes change) and methods (which perform actions on the object).

A Range object can be as small as a single cell (for example, B4) or as large as every one of the 17,179,869,184 cells in a worksheet (A1:XFD1048576).

When you refer to a Range object, the address is always surrounded by double quotes, like this:

Range("A1:C5") ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Excel VBA Programming For Dummies, 5th Edition

Excel VBA Programming For Dummies, 5th Edition

Michael Alexander, John Walkenbach

Publisher Resources

ISBN: 9781119843078Purchase Link